Public Member Functions | Private Attributes

Logging::StdoutHandler Class Reference

#include <loggingStdoutHandler.h>

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

List of all members.

Public Member Functions

 StdoutHandler (const std::string &soName)
virtual void log (const LogRecord &)
virtual std::string getName () const

Private Attributes

std::string sourceObjectName_m

Detailed Description

Handler class which sends logs to stdout


Constructor & Destructor Documentation

Logging::StdoutHandler::StdoutHandler ( const std::string &  soName  ) 

Standard constructor.

Parameters:
soName Name of the source object. Typically this is the name of the Logger which is using this Handler-derived object.

Member Function Documentation

virtual std::string Logging::StdoutHandler::getName (  )  const [virtual]

Overridden from baseclass.

Implements Logging::BaseLog.

virtual void Logging::StdoutHandler::log ( const LogRecord  )  [virtual]

Overridden from baseclass.

Implements Logging::BaseLog.


Member Data Documentation

Name of the source object.


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