Send messages to the local syslog. Requires the rsyslog package.
Usage
syslog_appender(identifier, layout = bare_log_layout(), ...)Arguments
- identifier
A string identifying the application.
- layout
A layout function taking a
levelparameter and additional arguments corresponding to the message.- ...
Further arguments passed on to
rsyslog::open_syslog().
See also
appenders for more information on Appenders.