 |
log4cplus
2.0.6
|
Go to the documentation of this file.
26 #ifndef LOG4CPLUS_LOGLEVEL_HEADER_
27 #define LOG4CPLUS_LOGLEVEL_HEADER_
31 #if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE)
173 struct LogLevelToStringMethodRec
175 LogLevelToStringMethodRec ();
181 typedef std::vector<LogLevelToStringMethodRec> LogLevelToStringMethodList;
182 LogLevelToStringMethodList toStringMethods;
184 typedef std::vector<StringToLogLevelMethod> StringToLogLevelMethodList;
185 StringToLogLevelMethodList fromStringMethods;
200 #endif // LOG4CPLUS_LOGLEVEL_HEADER_
const LogLevel ALL_LOG_LEVEL
const LogLevel FATAL_LOG_LEVEL
std::basic_string< tchar > tstring
LogLevel(* StringToLogLevelMethod)(const log4cplus::tstring &)
This method type defined the signature of methods that convert strings into LogLevels.
const LogLevel DEBUG_LOG_LEVEL
const LogLevel OFF_LOG_LEVEL
const LogLevel INFO_LOG_LEVEL
const LogLevel ERROR_LOG_LEVEL
const LogLevel NOT_SET_LOG_LEVEL
const LogLevel TRACE_LOG_LEVEL
const LogLevel WARN_LOG_LEVEL
This class is used to "manage" LogLevel definitions.
LOG4CPLUS_EXPORT LogLevelManager & getLogLevelManager()
Returns the singleton LogLevelManager.
const log4cplus::tstring &(* LogLevelToStringMethod)(LogLevel)
This method type defined the signature of methods that convert LogLevels into strings.