10#ifndef _LOG4CPP_PRIORITY_HH
11#define _LOG4CPP_PRIORITY_HH
21#ifdef LOG4CPP_FIX_ERROR_COLLISION
28 static const int ERROR = log4cpp::_tmpERRORValue;
32#error Naming collision for 'ERROR' detected. Please read the FAQ for a \
43#ifdef LOG4CPP_FIX_ERROR_COLLISION
49#error Naming collision for 'DEBUG' detected. Please read the FAQ for a \
70 typedef enum {EMERG = 0,
95 static const std::string& getPriorityName(
int priority)
LOG4CPP_NOTHROW;
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:73
#define LOG4CPP_NOTHROW
Definition Portability.hh:80
The Priority class provides importance levels with which one can categorize log messages.
Definition Priority.hh:61
int Value
The type of Priority Values.
Definition Priority.hh:85
static const int MESSAGE_SIZE
Definition Priority.hh:64
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16