Go to the documentation of this file.
7 #ifndef __MYGUI_CONSOLE_LOG_LISTENER_H__
8 #define __MYGUI_CONSOLE_LOG_LISTENER_H__
24 virtual void log(
const std::string& _section,
LogLevel _level,
const struct tm* _time,
const std::string& _message,
const char* _file,
int _line);
27 bool getEnabled()
const;
29 void setEnabled(
bool _value);
37 #endif // __MYGUI_CONSOLE_LOG_LISTENER_H__