appender_syslog | R Documentation |
Send log messages to the POSIX system log
appender_syslog(identifier, ...)
identifier |
A string identifying the process. |
... |
Further arguments passed on to |
function taking lines
argument
This functionality depends on the rsyslog package.
Other log_appenders:
appender_async()
,
appender_console()
,
appender_file()
,
appender_kinesis()
,
appender_pushbullet()
,
appender_slack()
,
appender_stdout()
,
appender_tee()
,
appender_telegram()
## Not run:
if (requireNamespace("rsyslog", quietly = TRUE)) {
log_appender(appender_syslog("test"))
log_info("Test message.")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.