log_file_ops: log_file_ops

View source: R/log_file_ops.R

log_file_opsR Documentation

log_file_ops

Description

Create the necessary file infrastructure to efficiently start logging with "log4r".

Usage

log_file_ops(dir_path = NULL, logfile_nm = "logfile")

Arguments

dir_path

The name of the folder in which the logfile should be saved. Creates the folder if required.

logfile_nm

Provide a name for the logfile. Do not include suffix. Defaults to "logfile".

Value

Creates log directory and log file if required. Calls log_enable() to assign necessary logging objects in specified scope.

Examples




log_file_ops(dir_path = "logs")

unlink("logs", recursive = TRUE)




ptspotter documentation built on Aug. 13, 2023, 5:06 p.m.