gwnavruntime/basesystem/baselog.h Source File
Go to the documentation of this file.
14 class VisualDebugServer;
21 virtual void SetVisualDebugServer(VisualDebugServer* server) = 0;
22 virtual VisualDebugServer* GetVisualDebugServer() = 0;
34 static BaseLog* GetGlobalBaseLog() {
return (
BaseLog*)GetGlobalLog(); }
static void SetGlobalBaseLog(BaseLog *log)
SetGlobalBaseLog(BaseLog* log) must be used instead of SetGlobalLog(Log* log)
Definition: baselog.h:33
virtual void ReleaseMemorySystemResources()
This is called in Kaim::BaseSystem::Destroy() before Navigation memory system is destroyed.
Definition: baselog.h:30
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
In Navigation, BaseLog MUST be used instead of Kaim::Log.
Definition: baselog.h:18