stumpless 2.2.0
|
Options that can be used to modify the behavior of Stumpless components. 更多...
宏定义 | |
#define | STUMPLESS_OPTION_PID LOG_PID |
Option to include the PID in stumpless messages. | |
#define | STUMPLESS_OPTION_CONS LOG_CONS |
Option to log to system console if writing to the target stream fails. | |
#define | STUMPLESS_OPTION_NDELAY LOG_NDELAY |
Not currently supported. | |
#define | STUMPLESS_OPTION_ODELAY LOG_ODELAY |
Not currently supported. | |
#define | STUMPLESS_OPTION_NOWAIT LOG_NOWAIT |
No need to wait for the child processes that may have been created while logging the messages. | |
#define | STUMPLESS_OPTION_PERROR LOG_PERROR |
Log the message to the stderr as well as to the target | |
#define | STUMPLESS_OPTION_NONE 0 |
Empty option mask for explicit 'no option' use. | |
Options that can be used to modify the behavior of Stumpless components.
#define STUMPLESS_OPTION_CONS LOG_CONS |
Option to log to system console if writing to the target stream fails.
#define STUMPLESS_OPTION_NDELAY LOG_NDELAY |
Not currently supported.
#define STUMPLESS_OPTION_NONE 0 |
Empty option mask for explicit 'no option' use.
#define STUMPLESS_OPTION_NOWAIT LOG_NOWAIT |
No need to wait for the child processes that may have been created while logging the messages.
(Stumpless does not spawn child processes because it slows down the process of logging, so essentially this option is always set)
#define STUMPLESS_OPTION_ODELAY LOG_ODELAY |
Not currently supported.
#define STUMPLESS_OPTION_PERROR LOG_PERROR |
Log the message to the stderr as well as to the target
#define STUMPLESS_OPTION_PID LOG_PID |
Option to include the PID in stumpless messages.