appender_tee | R Documentation |
This appends log messages to both console and a file. The same
rotation options are available as in appender_file()
.
appender_tee(
file,
append = TRUE,
max_lines = Inf,
max_bytes = Inf,
max_files = 1L
)
file |
path |
append |
boolean passed to |
max_lines |
numeric specifying the maximum number of lines allowed in a file before rotating |
max_bytes |
numeric specifying the maximum number of bytes allowed in a file before rotating |
max_files |
integer specifying the maximum number of files to be used in rotation |
function taking lines
argument
Other log_appenders:
appender_async()
,
appender_console()
,
appender_file()
,
appender_kinesis()
,
appender_pushbullet()
,
appender_slack()
,
appender_stdout()
,
appender_syslog()
,
appender_telegram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.