|
MentOS
0.8.0
The Mentoring Operating System
|
Go to the source code of this file.
Macros | |
| #define | LOGLEVEL_DEFAULT (-1) |
| default-level messages. | |
| #define | LOGLEVEL_EMERG 0 |
| system is unusable. | |
| #define | LOGLEVEL_ALERT 1 |
| action must be taken immediately. | |
| #define | LOGLEVEL_CRIT 2 |
| critical conditions. | |
| #define | LOGLEVEL_ERR 3 |
| error conditions. | |
| #define | LOGLEVEL_WARNING 4 |
| warning conditions. | |
| #define | LOGLEVEL_NOTICE 5 |
| normal but significant condition. | |
| #define | LOGLEVEL_INFO 6 |
| informational. | |
| #define | LOGLEVEL_DEBUG 7 |
| debug-level messages. | |