init_logger {dyn.log}R Documentation

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()


[Package dyn.log version 0.4.0 Index]