ge211  2021.5.1
A student game engine
Logger Class Reference

Detailed Description

Right now a Logger just keeps track of the current log level.

There's only one Logger (Singleton Pattern).

Definition at line 206 of file ge211_error.hxx.

Public Member Functions

Log_level level () const
 Returns the log level of this logger.
 
void level (Log_level level)
 Changes the log level of this logger.
 

Static Public Member Functions

static Loggerinstance ()
 Returns the one and only logger instance.
 

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