appender_ntfy: Send log messages to ntfy

View source: R/appenders.R

appender_ntfyR Documentation

Send log messages to ntfy

Description

Send log messages to ntfy

Usage

appender_ntfy(title = "{logger}", tags = c("memo"), ...)

Arguments

title

notification title

tags

emoji (or general tag) for notification. See ntfy::emoji

...

extra parameters passed to ntfy::ntfy_send such as priority, topic, etc.

Details

Configure server and topic via environment variables. See ntfy::ntfy_topic() for details

Note

This functionality depends on the ntfy package.

See Also

Other log_appenders: appender_async(), appender_console(), appender_file(), appender_kinesis(), appender_pushbullet(), appender_slack(), appender_stdout(), appender_syslog(), appender_tee(), appender_telegram()


logger documentation built on May 10, 2026, 9:06 a.m.