#include <OgreLog.h>
List of all members.
Detailed Description
Definition at line 65 of file OgreLog.h.
Constructor & Destructor Documentation
virtual Ogre::LogListener::~LogListener |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void Ogre::LogListener::messageLogged |
( |
const String & |
message, |
|
|
LogMessageLevel |
lml, |
|
|
bool |
maskDebug, |
|
|
const String & |
logName |
|
) |
| [pure virtual] |
- Parameters:
-
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) |
The documentation for this class was generated from the following file: