Simulant  21.12-574
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
Public Types | Public Member Functions | List of all members
smlt::Logger Class Reference

Public Types

typedef std::shared_ptr< Loggerptr
 

Public Member Functions

 Logger (const std::string &name)
 
void add_handler (Handler::ptr handler)
 
void verbose (const std::string &text, const std::string &file="None", int32_t line=-1)
 
void debug (const std::string &text, const std::string &file="None", int32_t line=-1)
 
void info (const std::string &text, const std::string &file="None", int32_t line=-1)
 
void warn (const std::string &text, const std::string &file="None", int32_t line=-1)
 
void error (const std::string &text, const std::string &file="None", int32_t line=-1)
 
void set_level (LogLevel level)
 

The documentation for this class was generated from the following file: