Public Member Functions

Logging::GenericLogger Class Reference

#include <loggingGenericLogger.h>

Inheritance diagram for Logging::GenericLogger:
Inheritance graph
[legend]
Collaboration diagram for Logging::GenericLogger:
Collaboration graph
[legend]

List of all members.

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.


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