|
| file | ConsoleOutput.hpp [code] |
| | Contains definition of a logger output class responsible for writing (colour) logs onto the console output.
|
| |
| file | Log.hpp [code] |
| | Contains definitions of main logger-related macros.
|
| |
| file | Logger.cpp [code] |
| | Contains definition of logger methods.
|
| |
| file | Logger.hpp [code] |
| | Contains declaration of a logger, a singleton responsible for logging and displaying all kinds of messages.
|
| |
| file | LoggerAux.cpp [code] |
| | Contains definitions of logger auxiliary functions.
|
| |
| file | LoggerAux.hpp [code] |
| | Contains declarations of logger auxiliary functions, macros and severity type.
|
| |
| file | LoggerOutput.hpp [code] |
| | Contains definition of an abstract logger output class, from which all output classes should be derrived.
|
| |
| file | ScopeLogger.hpp [code] |
| | Contains definition of ScopeLogger class.
|
| |