#include <EmmaLogger.h>
Inheritance diagram for Emma::Logger:

Public Member Functions | |
| Logger () | |
| virtual | ~Logger () |
| Fusion::ResultType | execute () |
| virtual void | initialize () |
| virtual bool | handleEvent (const Event &event) |
| Callback function that is implemented by the callee. | |
| virtual void | log (Fusion::LogLevelType, const char *module, const char *, va_list arglist) |
| virtual void | setEnabled (bool b) |
| virtual bool | isEnabled () const |
| void | logDirect (Fusion::LogLevelType, const char *module, const char *) |
| Fusion::LogLevelType | getCurrentLevel () |
| void | setCurrentLevel (Fusion::LogLevelType l) |
| unsigned int | getOutput () |
| void | setOutput (unsigned int l) |
| Fusion::UTF8String | getLogFileName () |
| void | setLogFileName (const Fusion::UTF8String &f) |
| void | showWindow () |
| void | setWindowPositionAndSize (uint32_t, uint32_t, uint32_t, uint32_t) |
Static Public Member Functions | |
| static void | splashScreen (IWindow *) |
| static void | setUnhandledExceptionFilter (bool) |
|
|
|
|
|
|
|
|
Implements Emma::Thread. |
|
|
|
|
|
|
|
|
|
|
|
Callback function that is implemented by the callee.
Implements Emma::EventHandler. |
|
|
Implements Fusion::ILogger. |
|
|
Implements Fusion::ILogger. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from Emma::EventHandler. |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
1.4.3