Logging::GenericLogger

NAME
SYNOPSIS
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Author

NAME

Logging::GenericLogger −

SYNOPSIS

#include <loggingGenericLogger.h>

Inherits Logging::Logger.

Public Member Functions

GenericLogger (const std::string &loggerName)

virtual ~GenericLogger ()

virtual LoggerSmartPtr getLogger (const std::string &loggerName)

Detailed Description

Concrete implementation of the abstract Logger class. This class includes public constructors and has at least one Handler registered with it (i.e., the one dealing with standard out).

Constructor & Destructor Documentation

Logging::GenericLogger::GenericLogger (const std::string & loggerName) Stamdard constructor.

Parameters:

loggerName name of this logger

virtual Logging::GenericLogger::~GenericLogger () [virtual] Destructor

Member Function Documentation

virtual LoggerSmartPtr Logging::GenericLogger::getLogger (const std::string & loggerName) [virtual] Overridden from baseclass. Returns a GenericLogger.

Implements Logging::Logger.

Author

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