log4c
1.2.4
|
The priority class provides importance levels with which one can categorize log messages. More...
#include <log4c/defs.h>
Go to the source code of this file.
Enumerations |
Functions | |
const char * | log4c_priority_to_string (int a_priority) |
int | log4c_priority_to_int (const char *a_priority_name) |
The priority class provides importance levels with which one can categorize log messages.
Predefined Levels of priorities. These correspond to the priority levels used by syslog(3).
int log4c_priority_to_int | ( | const char * | a_priority_name | ) |
a_priority_name | a priority string name. |
References LOG4C_PRIORITY_UNKNOWN.
const char* log4c_priority_to_string | ( | int | a_priority | ) |
a_priority | a numeric value of the priority. |