Send log messages to ntfy
appender_ntfy(title = "{logger}", tags = c("memo"), ...)notification title
emoji (or general tag) for notification. See ntfy::emoji
extra parameters passed to ntfy::ntfy_send such as
priority, topic, etc.
Configure server and topic via environment variables. See
ntfy::ntfy_topic() for details
Other log_appenders:
appender_async(),
appender_console(),
appender_file(),
appender_kinesis(),
appender_pushbullet(),
appender_slack(),
appender_stdout(),
appender_syslog(),
appender_tee(),
appender_telegram()