addDefaultFileLogger | R Documentation |
Add the default file logger
addDefaultFileLogger(fileName, name = "DEFAULT_FILE_LOGGER")
fileName |
The name of the file to write to. |
name |
A name for the logger. |
Creates a logger that writes to a file using the "TRACE" threshold and the
layoutParallel
layout. The output can be viewed with the built-in log viewer that can
be started using launchLogViewer
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.