loggerSetupFile: loggerSetupFile

View source: R/util.R

loggerSetupFileR Documentation

loggerSetupFile

Description

Setup logger filename with a LayoutFormat

Usage

loggerSetupFile(log.filepath)

Arguments

log.filepath

file path for setting a lgr::AppenderFile

Author(s)

ken4rab

Examples

log.filepath <- file.path(tempdir(), "lgr.log")
dir.create(tempdir(), recursive = TRUE, showWarnings = FALSE)
loggerSetupFile(log.filepath)


rOpenStats/ElectionsLATAM documentation built on April 22, 2022, 12:53 a.m.