R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {

  flogger <- logger::layout_glue_generator(format =
                                             paste("{time} {node} {pid} ",
                                                   "{namespace} {fn} ",
                                                   "{level}:  {msg}",
                                                   sep = ""))

  logger::log_layout(flogger, index = 1)
}

Try the CRE package in your browser

Any scripts or data that you put into this service are public.

CRE documentation built on Oct. 19, 2024, 5:07 p.m.