open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Static Public Member Functions | List of all members
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. More...
 
static void setLogger (iALogger *logger)
 Set the class to perform the actual logging. More...
 

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: