log2console: Prints a time-stamped log message to the console incl. the...

Description Usage Arguments Value Examples

View source: R/log2console.R

Description

This is a package-internal function.

Usage

1
log2console(severity.level, msg)

Arguments

severity.level

String containing the severity level (ERROR, WARN or INFO) of the message

msg

The message to be printed (as character).

Value

The log message as it was printed to the console. NA is printed as empty string.

Examples

1
tryCatchLog:::log2console("WARN", "this is my last warning")

tryCatchLog documentation built on Oct. 25, 2021, 9:08 a.m.