MentOS
0.8.0
The Mentoring Operating System
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
a
b
e
f
g
k
m
p
s
z
Enumerator
_
a
b
c
d
e
f
g
i
k
m
p
r
s
t
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
libc
inc
sys
kernel_levels.h
Go to the documentation of this file.
1
6
#pragma once
7
8
// Integer equivalents of KERN_<LEVEL>
9
#define LOGLEVEL_DEFAULT (-1)
10
#define LOGLEVEL_EMERG 0
11
#define LOGLEVEL_ALERT 1
12
#define LOGLEVEL_CRIT 2
13
#define LOGLEVEL_ERR 3
14
#define LOGLEVEL_WARNING 4
15
#define LOGLEVEL_NOTICE 5
16
#define LOGLEVEL_INFO 6
17
#define LOGLEVEL_DEBUG 7
Generated by
1.9.1