feat: add logger feature to log on function entry and exit (#1924)

* feat: add logger feature to log on function entry and exit

* i didnt save the file
This commit is contained in:
David Markowitz
2025-10-25 12:53:49 -07:00
committed by GitHub
parent 6e545eb1b9
commit 396dcb0465
4 changed files with 31 additions and 0 deletions

View File

@@ -95,4 +95,6 @@ public:
Behavior& operator=(const Behavior& other) = default;
Behavior& operator=(Behavior&& other) = default;
uint32_t GetBehaviorID() const { return m_behaviorId; }
};