createLogSettings | R Documentation |
Create the settings for logging the progression of the analysis
createLogSettings(
verbosity = "DEBUG",
timeStamp = TRUE,
logName = "runPlp Log"
)
verbosity |
Sets the level of the verbosity. If the log level is at or higher in priority than the logger threshold, a message will print. The levels are:
|
timeStamp |
If TRUE a timestamp will be added to each logging statement. Automatically switched on for TRACE level. |
logName |
A string reference for the logger |
Returns an object of class logSettings
that specifies the logger settings
An object of class logSettings
containing the settings for the logger
# create a log settings object with DENUG verbosity, timestamp and log name
# "runPlp Log". This needs to be passed to `runPlp`.
createLogSettings(verbosity = "DEBUG", timeStamp = TRUE, logName = "runPlp Log")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.