set_logger {CRE} | R Documentation |
Updates logger settings, including log level and location of the file.
set_logger(logger_file_path = "CRE.log", logger_level = "INFO")
logger_file_path |
A path (including file name) to log the messages. (Default: CRE.log) |
logger_level |
The log level. When a log level is set, all log levels below it are also activated (if implemented). Available levels include:
|
No return value. This function is called for side effects.
Log levels are specified by developers during the initial implementation. Future developers or contributors can leverage these log levels to better capture and document the application's processes and events.
set_logger("Debug")