LogOutput Class Reference
[Trace module]

The output used to put the trace in the Ogre log. More...

Inheritance diagram for LogOutput:

Inheritance graph
[legend]
Collaboration diagram for LogOutput:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LogOutput ()
virtual ~LogOutput ()
virtual void trace (const std::string &msg)
 Display the message in the Ogre log.

Detailed Description

The output used to put the trace in the Ogre log.

Definition at line 34 of file OMKOgreVis.cpp.


Constructor & Destructor Documentation

LogOutput::LogOutput (  )  [inline]

Definition at line 37 of file OMKOgreVis.cpp.

00037 {}

virtual LogOutput::~LogOutput (  )  [inline, virtual]

Definition at line 38 of file OMKOgreVis.cpp.

00038 {}


Member Function Documentation

virtual void LogOutput::trace ( const std::string &  msg  )  [inline, virtual]

Display the message in the Ogre log.

Definition at line 40 of file OMKOgreVis.cpp.

00041         { 
00042                 Ogre::LogManager::getSingleton().logMessage( msg ) ; \
00043         }


logo OpenMask

Documentation generated on Mon Jun 9 11:46:00 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007