|
Logging::GenericLogger − |
|
#include <loggingGenericLogger.h> Inherits Logging::Logger. |
|
Public Member Functions |
|
GenericLogger (const std::string &loggerName) |
|
virtual ~GenericLogger () |
|
virtual LoggerSmartPtr getLogger (const std::string &loggerName) |
|
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). |
|
Logging::GenericLogger::GenericLogger (const std::string & loggerName) Stamdard constructor. |
|
Parameters: |
|
loggerName name of this logger |
|
virtual Logging::GenericLogger::~GenericLogger () [virtual] Destructor |
|
virtual LoggerSmartPtr Logging::GenericLogger::getLogger (const std::string & loggerName) [virtual] Overridden from baseclass. Returns a GenericLogger. |
|
Implements Logging::Logger. |
|
Generated automatically by Doxygen for ACS-2016.6 C++ API from the source code. |