Log4g Reference Manual | ||||
---|---|---|---|---|
Top | Description |
This is a simple syslog appender that appends to the local syslog (usually /var/log/messages) using the syslog(3) system call.
Syslog appenders accept the following properties:
ident
option
facility
The value of ident will be the first parameter to openlog(3).
The value of option will be the second parameter to openlog(3).
The value of facility will be the third parameter to openlog(3).
The behavior of this appender may be affected by the configuration of the syslog daemon. Refer to the syslog documentation for more information.