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