#include <OgreLog.h>
Public Methods | |
Log (const String &name, bool debugOutput=true) | |
Usual constructor - called by LogManager. More... | |
~Log () | |
Default destructor. More... | |
void | logMessage (const String &message, LogMessageLevel lml=LML_NORMAL) |
Log a message to the debugger and to log file (the default is "OGRE.log "),. More... | |
void | setLogDetail (LoggingLevel ll) |
Sets the level of the log detail. More... | |
Protected Attributes | |
std::ofstream | mfpLog |
LoggingLevel | mLogLevel |
bool | mDebugOut |
|
Usual constructor - called by LogManager.
|
|
Default destructor.
|
|
Log a message to the debugger and to log file (the default is "
|
|
Sets the level of the log detail.
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team