GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
radix::Logger Class Referenceabstract

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...
 

Detailed Description

Base class to create log sinks.

Member Function Documentation

const char * radix::Logger::getName ( ) const
pure virtual

Returns the name of the Logger instance.

Implemented in radix::AnsiConsoleLogger, and radix::StdoutLogger.

virtual void radix::Logger::log ( const std::string &  message,
LogLevel  lvl,
const std::string &  tag 
)
pure virtual

Log a message.

Parameters
messageMessage to log
lvlLog level
tagLog tag, identifying the log category / class emitting the message

Implemented in radix::AnsiConsoleLogger, and radix::StdoutLogger.


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