GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
Base class to create log sinks. More...
#include <external/RadixEngine/include/radix/core/diag/Logger.hpp>
Inherited by radix::AnsiConsoleLogger, radix::Console, and radix::StdoutLogger.
Public Member Functions | |
virtual const char * | getName () const =0 |
Returns the name of the Logger instance. More... | |
virtual void | log (const std::string &message, LogLevel lvl, const std::string &tag)=0 |
Log a message. More... | |
Base class to create log sinks.
|
pure virtual |
Returns the name of the Logger instance.
Implemented in radix::AnsiConsoleLogger, and radix::StdoutLogger.
|
pure virtual |
Log a message.
message | Message to log |
lvl | Log level |
tag | Log tag, identifying the log category / class emitting the message |
Implemented in radix::AnsiConsoleLogger, and radix::StdoutLogger.