|
open_iA 2024.7
|
Singleton providing access to the global logger object. More...
#include <iALog.h>
Static Public Member Functions | |
| static iALogger * | get () |
| Retrieve the global logger implementation. | |
| static void | setLogger (iALogger *logger) |
| Set the class to perform the actual logging. | |
Singleton providing access to the global logger object.
Before first access (via get()), a specific logger needs to be set via setLogger(...). See classes derived from iALogger
|
static |
Retrieve the global logger implementation.
|
static |
Set the class to perform the actual logging.
| logger | a concrete implementation of the iALogger interface |