Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
virtual void | logEvent (::CEGUI::String const &message, ::CEGUI::LoggingLevel level=::CEGUI::Standard) |
void | default_logEvent (::CEGUI::String const &message, ::CEGUI::LoggingLevel level=::CEGUI::Standard) |
virtual void | setLogFilename (::CEGUI::String const &filename, bool append=false) |
void | default_setLogFilename (::CEGUI::String const &filename, bool append=false) |
![]() | |
void | logEvent (const String &message, LoggingLevel level=Standard) |
Add an event to the log. More... | |
void | setLogFilename (const String &filename, bool append=false) |
Set the name of the log file where all subsequent log entries should be written. The interpretation of file name may differ depending on the concrete logger implementation. More... | |
void | logEvent (const String &message, LoggingLevel level=Standard) |
Add an event to the log. More... | |
void | setLogFilename (const String &filename, bool append=false) |
Set the name of the log file where all subsequent log entries should be written. The interpretation of file name may differ depending on the concrete logger implementation. More... | |
![]() | |
Logger (void) | |
Constructor for Logger object. | |
virtual | ~Logger (void) |
Destructor for Logger object. | |
void | setLoggingLevel (LoggingLevel level) |
Set the level of logging information that will get out to the log file. More... | |
LoggingLevel | getLoggingLevel (void) const |
return the current logging level setting More... | |
Logger (void) | |
Constructor for Logger object. | |
virtual | ~Logger (void) |
Destructor for Logger object. | |
void | setLoggingLevel (LoggingLevel level) |
Set the level of logging information that will get out to the log file. More... | |
LoggingLevel | getLoggingLevel (void) const |
return the current logging level setting More... | |
Additional Inherited Members | |
![]() | |
static Logger & | getSingleton (void) |
static Logger & | getSingleton (void) |
static Logger * | getSingletonPtr (void) |
static Logger * | getSingletonPtr (void) |
![]() | |
typedef std::pair< String, LoggingLevel > | CacheItem |
typedef std::vector< CacheItem CEGUI_VECTOR_ALLOC(CacheItem)> | Cache |
typedef std::pair< String, LoggingLevel > | CacheItem |
typedef std::vector< CacheItem CEGUI_VECTOR_ALLOC(CacheItem)> | Cache |
![]() | |
AnimationManager * | ms_Singleton |
WidgetLookManager * | ms_Singleton |
FontManager * | ms_Singleton |
GlobalEventSet * | ms_Singleton |
ImageManager * | ms_Singleton |
Logger * | ms_Singleton |
RenderEffectManager * | ms_Singleton |
SchemeManager * | ms_Singleton |
System * | ms_Singleton |
WindowFactoryManager * | ms_Singleton |
WindowManager * | ms_Singleton |
WindowRendererManager * | ms_Singleton |
![]() | |
std::ofstream | d_ostream |
Stream used to implement the logger. | |
std::ostringstream | d_workstream |
Used to build log entry strings. | |
Cache | d_cache |
Used to cache log entries before log file is created. | |
bool | d_caching |
true while log entries are beign cached (prior to logfile creation) | |
![]() | |
LoggingLevel | d_level |
Holds current logging level. | |
![]() | |
static Logger * | ms_Singleton |