Go to the documentation of this file.
22 #ifndef __MYGUI_CONSOLE_LOG_LISTENER_H__
23 #define __MYGUI_CONSOLE_LOG_LISTENER_H__
39 virtual void log(
const std::string& _section,
LogLevel _level,
const struct tm* _time,
const std::string& _message,
const char* _file,
int _line);
42 bool getEnabled()
const;
44 void setEnabled(
bool _value);
52 #endif // __MYGUI_CONSOLE_LOG_LISTENER_H__