Go to the documentation of this file.
22 #ifndef __MYGUI_I_LOG_FILTER_H__
23 #define __MYGUI_I_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)
47 #endif // __MYGUI_I_LOG_FILTER_H__