appender_kinesis: Send log messages to a Amazon Kinesis stream

View source: R/appenders.R

appender_kinesisR Documentation

Send log messages to a Amazon Kinesis stream

Description

Send log messages to a Amazon Kinesis stream

Usage

appender_kinesis(stream)

Arguments

stream

name of the Kinesis stream

Value

function taking lines and optional partition_key argument

Note

This functionality depends on the botor 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 and appender_async for evaluate any log_appender function in a background process.


logger documentation built on June 22, 2024, 10:46 a.m.