LogLevel | R Documentation |
Defines standard logging levels for controlling message output granularity. Use as a configuration for the 'Stenographer' class to control which messages are logged.
A list with four integer elements:
(-1) Disables all logging
(0) Logs only errors
(1) Logs errors and warnings
(2) Logs all messages
LogLevel
An object of class list
of length 4.
# Check logging levels
LogLevel$OFF # -1
LogLevel$ERROR # 0
LogLevel$WARNING # 1
LogLevel$INFO # 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.