loglevel.h(3)

loglevel.h(3) log4cplus loglevel.h(3)

NAME

loglevel.h

SYNOPSIS

#include <log4cplus/config.hxx>
#include <vector>
#include <log4cplus/tstring.h>

Classes


class log4cplus::LogLevelManager
This class is used to 'manage' LogLevel definitions.

Namespaces


log4cplus

Typedefs


typedef int log4cplus::LogLevel
typedef const 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.

Variables


const LogLevel log4cplus::OFF_LOG_LEVEL = 60000
const LogLevel log4cplus::FATAL_LOG_LEVEL = 50000
const LogLevel log4cplus::ERROR_LOG_LEVEL = 40000
const LogLevel log4cplus::WARN_LOG_LEVEL = 30000
const LogLevel log4cplus::INFO_LOG_LEVEL = 20000
const LogLevel log4cplus::DEBUG_LOG_LEVEL = 10000
const LogLevel log4cplus::TRACE_LOG_LEVEL = 0
const LogLevel log4cplus::ALL_LOG_LEVEL = TRACE_LOG_LEVEL
const LogLevel log4cplus::NOT_SET_LOG_LEVEL = -1

Detailed Description

This header defines the LogLevel type.

Definition in file loglevel.h.

Author

Generated automatically by Doxygen for log4cplus from the source code.

Fri Jun 18 2021 Version 2.0.6