Logging::Logger::Logger_ptr

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Data Documentation
Author

NAME

Logging::Logger::Logger_ptr −

SYNOPSIS

Public Member Functions

Logger_ptr ()

~Logger_ptr ()

Public Attributes

LoggerSmartPtr globalLogger_m

LoggerSmartPtr anonymousLogger_m

LoggerSmartPtr staticLogger_m

LoggerList loggers_m

Constructor & Destructor Documentation

Logging::Logger::Logger_ptr::Logger_ptr () [inline]

Logging::Logger::Logger_ptr::~Logger_ptr () [inline]

Member Data Documentation

LoggerSmartPtr Logging::Logger::Logger_ptr::anonymousLogger_m Anonymous logger. To be used in situations where the logger’s name is irrelevant.

LoggerSmartPtr Logging::Logger::Logger_ptr::globalLogger_m Global logger. By changing this (via the the setGlobalLogger), one can completely alter the way logs are handled throughout the system.

LoggerList Logging::Logger::Logger_ptr::loggers_m List of all child loggers.

LoggerSmartPtr Logging::Logger::Logger_ptr::staticLogger_m Static logger. To be used in static methods.

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.