#include <OgreLog.h>
Public Member Functions | |
Log (const String &name, bool debugOutput=true, bool suppressFileOutput=false) | |
Usual constructor - called by LogManager. | |
~Log () | |
Default destructor. | |
void | logMessage (const String &message, LogMessageLevel lml=LML_NORMAL, bool maskDebug=false) |
Log a message to the debugger and to log file (the default is "<code>OGRE.log</code>"),. | |
void | setLogDetail (LoggingLevel ll) |
Sets the level of the log detail. | |
Protected Attributes | |
std::ofstream | mfpLog |
LoggingLevel | mLogLevel |
bool | mDebugOut |
bool | mSuppressFile |
String | mName |
Definition at line 58 of file OgreLog.h.
|
Usual constructor - called by LogManager.
|
|
Default destructor.
|
|
Log a message to the debugger and to log file (the default is "<code>OGRE.log</code>"),.
|
|
Sets the level of the log detail.
|
|
|
|
|
|
|
|
|
|
|
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:39:34 2006