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 | Protected Attributes
radix::StdoutLogger Class Reference

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
 

Detailed Description

Logger that outputs to an ANSI/vt-100 console.

Member Function Documentation

const char * radix::StdoutLogger::getName ( ) const
virtual

Returns the name of the Logger instance.

Implements radix::Logger.

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

Log a message.

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

Implements radix::Logger.

Field Documentation

std::mutex radix::StdoutLogger::mtx
protected

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