mermaid::support::logging::LogOutput Class Reference

LogOutput is something that handles the Logger output. More...

#include <Logger.hpp>

Inheritance diagram for mermaid::support::logging::LogOutput:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void outputMessage (const LogMessage &logMessage)=0
 Logs a message generated by the logger.

Detailed Description

LogOutput is something that handles the Logger output.

LogOutput is an abstract class, where all the LogMessage's generated by the Logger go.

Author:
Joao Reis

Definition at line 294 of file Logger.hpp.


Member Function Documentation

virtual void mermaid::support::logging::LogOutput::outputMessage ( const LogMessage logMessage  )  [pure virtual]

Logs a message generated by the logger.

Parameters:
logMessage the message to log.
Author:
Joao Reis

Implemented in mermaid::support::logging::ThreadSafeOutput, mermaid::support::logging::TerminalOutput, and mermaid::support::logging::FileOutput.

Generated on Fri Mar 4 22:15:49 2011 for MeRMaID::support by  doxygen 1.6.3