HEAD ======= >>>>>>> update-docs
Configuration for the system logger destination. More...
Data Fields | |
| sir_levels | levels |
| sir_level bitmask defining levels to register for. | |
| sir_options | opts |
| sir_option bitmask defining the formatting of output. | |
| struct { | |
| uint32_t | mask |
| State bitmask. | |
| void * | logger |
| System logger handle/identifier. | |
| } | _state |
| Reserved for internal use; do not modify. | |
| char | identity [SIR_MAX_SYSLOG_ID] |
| The identity string to pass to the system logger. | |
| char | category [SIR_MAX_SYSLOG_CAT] |
| The category string to pass to the system logger. | |
Configuration for the system logger destination.
| char sir_syslog_dest::category[SIR_MAX_SYSLOG_CAT] |
The category string to pass to the system logger.
| char sir_syslog_dest::identity[SIR_MAX_SYSLOG_ID] |
The identity string to pass to the system logger.
| sir_options sir_syslog_dest::opts |
sir_option bitmask defining the formatting of output.
Furthermore, the supported options vary based on the system logging facility in use.