R/zzz.R

Defines functions .onLoad

# Set all default options on package load
.onLoad <- function(libname, pkgname) {
  setup_echo()
  setup_log_level()
  setup_logfile()
  setup_timestamp_format()
}

Try the loggit2 package in your browser

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

loggit2 documentation built on June 22, 2024, 9:31 a.m.