log2console {tryCatchLog} | R Documentation |
This is a package-internal function.
log2console(severity.level, msg)
severity.level |
String containing the severity level
( |
msg |
The message to be printed (as character). |
The log message as it was printed to the console.
NA
is printed as empty string.
tryCatchLog:::log2console("WARN", "this is my last warning")