| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
channel statement Channels represent methods for recording logging information. Each
channel has a unique name, and any categories which specify that name in
a channel statement will use that channel.
radiusd can write logging information to files or send it to
syslog. The file statement sends the channel's output to the
named file (see section Naming Conventions). The syslog statement
sends the channel's output to syslog with the specified facility and
severity. Its optional last argument allows to alter default syslog
tag.
Channel options modify the data flowing through the channel:
print-pidAdd the process ID of the process generating the logging information.
print-consAlso send the logging information to the system console.
print-categoryAdd the category name to the logging information.
print-priorityprint-levelAdd the priority name to the logging information.
print-millisecondsPrint timestamp with milliseconds.
prefix-hookDeclares the name of Rewrite function used as logging prefix hook for that channel (see section Logging hooks). This overrides any global prefix hook.
suffix-hookDeclares the name of Rewrite function used as logging suffix hook for that channel (see section Logging hooks). This overrides any global suffix hook.
This document was generated by Sergey Poznyakoff on December, 6 2008 using texi2html 1.78.