| logLevel {later} | R Documentation |
Get and set logging level
Description
The logging level for later can be set to report differing levels of
information. Possible logging levels (from least to most information
reported) are: "OFF", "ERROR", "WARN", "INFO", or
"DEBUG". The default level is ERROR.
Usage
logLevel(level = NULL)
Arguments
level |
The logging level. Must be one of |
Value
If level=NULL, then this returns the current logging level. If
level is any other value, then this returns the previous logging
level, from before it is set to the new value.
[Package later version 1.3.2 Index]