OFFIS DCMTK
Version 3.6.0
|
This header defines the LogLevel type. More...
Go to the source code of this file.
Classes | |
class | log4cplus::LogLevelManager |
This class is used to "manage" LogLevel definitions. More... | |
Typedefs | |
typedef int | log4cplus::LogLevel |
Defines the minimum set of priorities recognized by the system, that is FATAL_LOG_LEVEL, ERROR_LOG_LEVEL, WARN_LOG_LEVEL, INFO_LOG_LEVEL, DEBUG_LOG_LEVEL, and TRACE_LOG_LEVEL. | |
typedef log4cplus::tstring(* | log4cplus::LogLevelToStringMethod )(LogLevel) |
This method type defined the signature of methods that convert LogLevels into strings. | |
typedef LogLevel(* | log4cplus::StringToLogLevelMethod )(const log4cplus::tstring &) |
This method type defined the signature of methods that convert strings into LogLevels. | |
Functions | |
LOG4CPLUS_EXPORT LogLevelManager & | log4cplus::getLogLevelManager () |
Returns the singleton LogLevelManager. | |
This header defines the LogLevel type.
Definition in file loglevel.h.