| appender_ntfy | R Documentation |
Send log messages to ntfy
appender_ntfy(title = "{logger}", tags = c("memo"), ...)
title |
notification title |
tags |
emoji (or general tag) for notification. See ntfy::emoji |
... |
extra parameters passed to ntfy::ntfy_send such as
|
Configure server and topic via environment variables. See
ntfy::ntfy_topic() for details
This functionality depends on the ntfy package.
Other log_appenders:
appender_async(),
appender_console(),
appender_file(),
appender_kinesis(),
appender_pushbullet(),
appender_slack(),
appender_stdout(),
appender_syslog(),
appender_tee(),
appender_telegram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.