libsir 2.2.5
Standard Incident Reporter
|
Default sir_option bitmasks, sir_level registrations, and sir_textstyle bitmasks.
|
static |
Default levels for log files.
Log file destinations are registered for these levels if SIRL_DEFAULT is passed to sir_addfile.
|
static |
Default options for log files.
Applied to log file destinations if SIRO_DEFAULT is passed to sir_addfile.
|
static |
Default sir_textstyle for SIRL_ALERT.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_CRIT.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_DEBUG.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_EMERG.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_ERROR.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_INFO.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_NOTICE.
Applied to stdio destinations upon library initialization.
|
static |
Default sir_textstyle for SIRL_WARN.
Applied to stdio destinations upon library initialization.
|
static |
Default levels for stderr.
The stderr destination is registered for these levels if SIRL_DEFAULT is set on the sir_stdio_dest when sir_init is called.
|
static |
Default options for stderr.
These options are applied to the stderr destination if SIRO_DEFAULT is set on the sir_stdio_dest when sir_init is called.
|
static |
Default levels for stdout.
The stdout destination is registered for these levels if SIRL_DEFAULT is set on the sir_stdio_dest when sir_init is called.
|
static |
Default options for stdout.
These options are applied to the stdout destination if SIRO_DEFAULT is set on the sir_stdio_dest when sir_init is called.
|
static |
Default levels for the system logger.
The system logger destination is registered for these levels if SIRL_DEFAULT is set on the sir_syslog_dest when sir_init is called.
|
static |
Default options for the system logger.
Applied to the system logger destination if SIRO_DEFAULT is set on the sir_syslog_dest when sir_init is called.