Learn R Programming

dyn.log (version 0.4.0)

init_logger: Init Logger

Description

Loads the configuration passed in, or uses the default if nothing is specified, and attaches a reference to the singleton dispatcher to the global environment.

Usage

init_logger(file_path = NULL)

Arguments

file_path

logging configuration to use.

See Also

Other Logging: LogDispatch, get_configurations()