Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Logger_wrapper Struct Reference
+ Inheritance diagram for Logger_wrapper:
+ Collaboration diagram for Logger_wrapper:

Public Member Functions

virtual void logEvent (::CEGUI::String const &message,::CEGUI::LoggingLevel level=::CEGUI::Standard)
 
virtual void setLogFilename (::CEGUI::String const &filename, bool append=false)
 
- Public Member Functions inherited from CEGUI::Logger
 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...
 
virtual void logEvent (const String &message, LoggingLevel level=Standard)=0
 Add an event to the log. More...
 
virtual void setLogFilename (const String &filename, bool append=false)=0
 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...
 
virtual void logEvent (const String &message, LoggingLevel level=Standard)=0
 Add an event to the log. More...
 
virtual void setLogFilename (const String &filename, bool append=false)=0
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from CEGUI::Singleton< Logger >
static LoggergetSingleton (void)
 
static LoggergetSingleton (void)
 
static LoggergetSingletonPtr (void)
 
static LoggergetSingletonPtr (void)
 
- Protected Attributes inherited from CEGUI::Logger
LoggingLevel d_level
 Holds current logging level.
 
- Static Protected Attributes inherited from CEGUI::Singleton< Logger >
static Loggerms_Singleton