open_iA 2024.9
Loading...
Searching...
No Matches
iALog Class Reference

Singleton providing access to the global logger object. More...

#include <iALog.h>

Static Public Member Functions

static iALoggerget ()
 Retrieve the global logger implementation.
 
static void setLogger (iALogger *logger)
 Set the class to perform the actual logging.
 

Detailed Description

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

Member Function Documentation

◆ get()

iALogger * iALog::get ( )
static

Retrieve the global logger implementation.

◆ setLogger()

void iALog::setLogger ( iALogger * logger)
static

Set the class to perform the actual logging.

Parameters
loggera concrete implementation of the iALogger interface

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