|
GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
Logger that outputs to an ANSI/vt-100 console. More...
#include <external/RadixEngine/include/radix/core/diag/StdoutLogger.hpp>
Inherits radix::Logger.
Public Member Functions | |
| const char * | getName () const |
| Returns the name of the Logger instance. More... | |
| void | log (const std::string &message, LogLevel lvl, const std::string &tag) |
| Log a message. More... | |
Protected Attributes | |
| std::mutex | mtx |
Logger that outputs to an ANSI/vt-100 console.
|
virtual |
Returns the name of the Logger instance.
Implements radix::Logger.
|
virtual |
Log a message.
| message | Message to log |
| lvl | Log level |
| tag | Log tag, identifying the log category / class emitting the message |
Implements radix::Logger.
|
protected |
1.8.8