Engauge Digitizer
2
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Friends
Pages
log4cpp_null
include
log4cpp
Priority.hh
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::PriorityLevel
PriorityLevel
Enum for debug levels.
Definition:
Priority.hh:10
log4cpp::Priority::Value
int Value
Priority level.
Definition:
Priority.hh:24
log4cpp::Priority
This class provides importance levels for categorizing log messages.
Definition:
Priority.hh:7
Generated on Thu May 2 2019 15:39:51 for Engauge Digitizer by
1.8.5