#include <OgreLog.h>
Public Member Functions | |
| virtual | ~LogListener () |
| virtual void | messageLogged (const String &message, LogMessageLevel lml, bool maskDebug, const String &logName, bool &skipThisMessage)=0 |
Definition at line 72 of file OgreLog.h.
| virtual void Ogre::LogListener::messageLogged | ( | const String & | message, | |
| LogMessageLevel | lml, | |||
| bool | maskDebug, | |||
| const String & | logName, | |||
| bool & | skipThisMessage | |||
| ) | [pure virtual] |
| message | The message to be logged | |
| lml | The message level the log is using | |
| maskDebug | If we are printing to the console or not | |
| logName | The name of this log (so you can have several listeners for different logs, and identify them) | |
| skipThisMessage | If set to true by the messageLogged() implementation message will not be logged |
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:38:03 2012