pcce::OgreLog Class Reference

List of all members.

Public Member Functions

 OgreLog ()
void messageLogged (const Ogre::String &message, Ogre::LogMessageLevel lml, bool maskDebug, const Ogre::String &logName)

Private Attributes

boost::shared_ptr< LogmLog


Detailed Description

Definition at line 52 of file RenderSubSystem.cpp.


Constructor & Destructor Documentation

pcce::OgreLog::OgreLog (  )  [inline]

Definition at line 54 of file RenderSubSystem.cpp.

00054 : mLog(LogSingleton::Get()) {};


Member Function Documentation

void pcce::OgreLog::messageLogged ( const Ogre::String &  message,
Ogre::LogMessageLevel  lml,
bool  maskDebug,
const Ogre::String &  logName 
) [inline]

Definition at line 56 of file RenderSubSystem.cpp.

References mLog, and pcce::mlQuiet.

00056                                                                                                                       {
00057       mLog->LogMessage(message, mlQuiet);
00058     }


Member Data Documentation

boost::shared_ptr< Log > pcce::OgreLog::mLog [private]

Definition at line 61 of file RenderSubSystem.cpp.

Referenced by messageLogged().


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

Generated on Thu Mar 6 11:39:28 2008 for Protocce by  doxygen 1.5.5