Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Functions
Logging Namespace Reference

Classes

class  Log
 

Functions

LogLogger ()
 
bool InitLogger (const std::string &filename="olympe.log")
 
void ShutdownLogger ()
 

Function Documentation

◆ InitLogger()

bool Logging::InitLogger ( const std::string &  filename = "olympe.log")
inline

Definition at line 152 of file system_utils.h.

References GetComponentTypeID_Static(), Logging::Log::Init(), and Logger().

Referenced by SDL_AppInit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Logger()

Log & Logging::Logger ( )
inline

Definition at line 145 of file system_utils.h.

References GetComponentTypeID_Static().

Referenced by InitLogger(), and ShutdownLogger().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ShutdownLogger()

void Logging::ShutdownLogger ( )
inline

Definition at line 157 of file system_utils.h.

References Logger(), and Logging::Log::Shutdown().

+ Here is the call graph for this function: