set_logger | R Documentation |
Updates logger settings, including log level and location of the file.
set_logger(logger_file_path = "CausalGPS.log", logger_level = "INFO")
logger_file_path |
A path (including file name) to log the messages. (Default: CausalGPS.log) |
logger_level |
The log level. Available levels include:
|
No return value. This function is called for side effects.
set_logger("Debug")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.