Description Usage Arguments Value Note See Also
View source: R/build_log_output.R
To view the formatted output print the logging output in a console use cat
(instead of printing the output with print
which shows the newline escape codes).
1 2 3 4 5 6 7 8 9 |
log.results |
A |
include.full.call.stack |
Flag of type |
include.compact.call.stack |
Flag of type |
include.severity |
|
include.timestamp |
|
use.platform.newline |
|
A ready to use logging output with stack trace
(as character
)
The logged call stack details (compact, full or both) can be configured globally
using the options tryCatchLog.include.full.call.stack
and tryCatchLog.include.compact.call.stack
.
The result of the package internal function build.log.entry
can be passed as log.results
argument.
last.tryCatchLog.result
build.log.entry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.