Engauge Digitizer 2
Loading...
Searching...
No Matches
log4cpp::Priority Class Reference

This class provides importance levels for categorizing log messages. More...

#include <Priority.hh>

Collaboration diagram for log4cpp::Priority:
Collaboration graph

Public Types

enum  PriorityLevel {
  EMERG = 0 , FATAL = 0 , ALERT = 100 , CRIT = 200 ,
  ERROR = 300 , WARN = 400 , NOTICE = 500 , INFO = 600 ,
  DEBUG = 700 , NOTSET = 800
}
 Enum for debug levels. More...
typedef int Value
 Priority level.

Detailed Description

This class provides importance levels for categorizing log messages.

Definition at line 7 of file Priority.hh.

Member Typedef Documentation

◆ Value

Priority level.

Definition at line 24 of file Priority.hh.

Member Enumeration Documentation

◆ PriorityLevel

Enum for debug levels.

Enumerator
EMERG 
FATAL 
ALERT 
CRIT 
ERROR 
WARN 
NOTICE 
INFO 
DEBUG 
NOTSET 

Definition at line 10 of file Priority.hh.

10 {
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
PriorityLevel
Enum for debug levels.
Definition Priority.hh:10

The documentation for this class was generated from the following file: