|
| Log (const String &name, bool debugOutput=true, bool suppressFileOutput=false) |
|
| ~Log () |
|
void | addListener (LogListener *listener) |
|
LoggingLevel | getLogDetail () const |
| Gets the level of the log detail.
|
|
const String & | getName () const |
| Return the name of the log.
|
|
bool | isDebugOutputEnabled () const |
| Get whether debug output is enabled for this log.
|
|
bool | isFileOutputSuppressed () const |
| Get whether file output is suppressed for this log.
|
|
bool | isTimeStampEnabled () const |
| Get whether time stamps are printed for this log.
|
|
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 | operator delete (void *ptr) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new
|
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info
|
|
void | removeListener (LogListener *listener) |
|
void | setDebugOutputEnabled (bool debugOutput) |
|
void | setLogDetail (LoggingLevel ll) |
|
void | setTimeStampEnabled (bool timeStamp) |
|
Stream | stream (LogMessageLevel lml=LML_NORMAL, bool maskDebug=false) |
| Get a stream object targeting this log.
|
|