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