#include <OgreLog.h>
Public Methods | |
Log (const String &name, bool debugOutput=true) | |
Usual constructor - called by LogManager. | |
~Log () | |
Default destructor. | |
void | logMessage (const String &message, LogMessageLevel lml=LML_NORMAL) |
Log a message to the debugger and to log file (the default is "OGRE.log "),. | |
void | setLogDetail (LoggingLevel ll) |
Sets the level of the log detail. | |
Protected Attributes | |
std::ofstream | mfpLog |
LoggingLevel | mLogLevel |
bool | mDebugOut |
Definition at line 58 of file OgreLog.h.
|
Usual constructor - called by LogManager.
Definition at line 33 of file OgreLog.cpp. References Ogre::LL_NORMAL, mDebugOut, mfpLog, and mLogLevel. |
|
Default destructor.
Definition at line 40 of file OgreLog.cpp. References mfpLog. |
|
Log a message to the debugger and to log file (the default is "
Definition at line 45 of file OgreLog.cpp. References LOG_THRESHOLD, Ogre::LogMessageLevel, mfpLog, and mLogLevel. Referenced by Ogre::RenderSystemCapabilities::log(), Ogre::EdgeListBuilder::log(), Ogre::EdgeData::log(), and Ogre::LogManager::logMessage(). |
|
Sets the level of the log detail.
Definition at line 66 of file OgreLog.cpp. References Ogre::LoggingLevel, and mLogLevel. Referenced by Ogre::LogManager::setLogDetail(). |
|
Definition at line 63 of file OgreLog.h. Referenced by Log(). |
|
Definition at line 61 of file OgreLog.h. Referenced by Log(), logMessage(), and ~Log(). |
|
Definition at line 62 of file OgreLog.h. Referenced by Log(), logMessage(), and setLogDetail(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:26:29 2004