Engauge Digitizer
2
Loading...
Searching...
No Matches
log4cpp_null
include
log4cpp
Priority.hh
Go to the documentation of this file.
1
#ifndef PRIORITY_HH
2
#define PRIORITY_HH
3
4
namespace
log4cpp
{
5
7
class
Priority
{
8
public
:
10
typedef
enum
{
11
EMERG
= 0,
12
FATAL
= 0,
13
ALERT
= 100,
14
CRIT
= 200,
15
ERROR
= 300,
16
WARN
= 400,
17
NOTICE
= 500,
18
INFO
= 600,
19
DEBUG
= 700,
20
NOTSET
= 800
21
}
PriorityLevel
;
22
24
typedef
int
Value
;
25
};
26
}
27
28
#endif
// PRIORITY_HH
log4cpp::Priority
This class provides importance levels for categorizing log messages.
Definition
Priority.hh:7
log4cpp::Priority::Value
int Value
Priority level.
Definition
Priority.hh:24
log4cpp::Priority::PriorityLevel
PriorityLevel
Enum for debug levels.
Definition
Priority.hh:10
log4cpp::Priority::FATAL
@ FATAL
Definition
Priority.hh:12
log4cpp::Priority::CRIT
@ CRIT
Definition
Priority.hh:14
log4cpp::Priority::DEBUG
@ DEBUG
Definition
Priority.hh:19
log4cpp::Priority::EMERG
@ EMERG
Definition
Priority.hh:11
log4cpp::Priority::INFO
@ INFO
Definition
Priority.hh:18
log4cpp::Priority::ALERT
@ ALERT
Definition
Priority.hh:13
log4cpp::Priority::WARN
@ WARN
Definition
Priority.hh:16
log4cpp::Priority::ERROR
@ ERROR
Definition
Priority.hh:15
log4cpp::Priority::NOTICE
@ NOTICE
Definition
Priority.hh:17
log4cpp::Priority::NOTSET
@ NOTSET
Definition
Priority.hh:20
log4cpp
Definition
Appender.hh:4
Generated on
for Engauge Digitizer by
1.14.0