#include <OgreLogManager.h>
Inheritance diagram for Ogre::LogManager:
Public Methods | |
LogManager () | |
~LogManager () | |
Log * | createLog (const String &name, bool defaultLog=false, bool debuggerOutput=true) |
Creates a new log with the given name. More... | |
Log * | getLog (const String &name) |
Retrieves a log managed by this class. More... | |
Log * | getDefaultLog () |
Returns a pointer to the default log. More... | |
void | logMessage (const String &message, LogMessageLevel lml=LML_NORMAL) |
Log a message to the default log. More... | |
void | logMessage (LogMessageLevel lml, const char *szMessage,...) |
Log a message, smarter form - allows a variable number of arguments. More... | |
void | setLogDetail (LoggingLevel ll) |
Sets the level of detail of the default log. More... | |
Static Public Methods | |
LogManager & | getSingleton (void) |
Override standard Singleton retrieval. More... | |
LogManager * | getSingletonPtr (void) |
Protected Types | |
typedef std::map< String, Log *, std::less< String > > | LogList |
Protected Attributes | |
LogList | mLogs |
A list of all the logs the manager can access. More... | |
Log * | mDefaultLog |
The default log to which output is done. More... | |
Static Protected Attributes | |
LogManager * | ms_Singleton = 0 |
|
|
|
|
|
|
|
Creates a new log with the given name.
|
|
Returns a pointer to the default log.
|
|
Retrieves a log managed by this class.
|
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< LogManager >. |
|
|
|
Log a message, smarter form - allows a variable number of arguments.
|
|
Log a message to the default log.
|
|
Sets the level of detail of the default log.
|
|
The default log to which output is done.
|
|
A list of all the logs the manager can access.
|
|
|
Copyright © 2002 by The OGRE Team