Go to the documentation of this file.
21 #ifndef _LINUX_SYSLOG_H
22 #define _LINUX_SYSLOG_H
25 #define SYSLOG_ACTION_CLOSE 0
27 #define SYSLOG_ACTION_OPEN 1
29 #define SYSLOG_ACTION_READ 2
31 #define SYSLOG_ACTION_READ_ALL 3
33 #define SYSLOG_ACTION_READ_CLEAR 4
35 #define SYSLOG_ACTION_CLEAR 5
37 #define SYSLOG_ACTION_CONSOLE_OFF 6
39 #define SYSLOG_ACTION_CONSOLE_ON 7
41 #define SYSLOG_ACTION_CONSOLE_LEVEL 8
43 #define SYSLOG_ACTION_SIZE_UNREAD 9
45 #define SYSLOG_ACTION_SIZE_BUFFER 10
47 #define SYSLOG_FROM_CALL 0
48 #define SYSLOG_FROM_FILE 1