appender_slack: Send log messages to a Slack channel

View source: R/appenders.R

appender_slackR Documentation

Send log messages to a Slack channel

Description

Send log messages to a Slack channel

Usage

appender_slack(
  channel = Sys.getenv("SLACK_CHANNEL"),
  username = Sys.getenv("SLACK_USERNAME"),
  icon_emoji = Sys.getenv("SLACK_ICON_EMOJI"),
  api_token = Sys.getenv("SLACK_API_TOKEN"),
  preformatted = TRUE
)

Arguments

channel

Slack channel name with a hashtag prefix for public channel and no prefix for private channels

username

Slack (bot) username

icon_emoji

optional override for the bot icon

api_token

Slack API token

preformatted

use code tags around the message?

Value

function taking lines argument

Note

This functionality depends on the slackr package.

See Also

This is generator function for log_appender, for alternatives, see eg appender_console, appender_file, appender_tee, appender_pushbullet, appender_telegram, appender_syslog, appender_kinesis and appender_async for evaluate any log_appender function in a background process.


daroczig/logger documentation built on March 8, 2024, 6:49 p.m.