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

This commit is contained in:
David Markowitz
2025-10-24 22:46:23 -07:00
parent 6e545eb1b9
commit 8c505fb0c6
4 changed files with 34 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; }
};