inst/doc/migration.R

## ----pkgchecks, echo = FALSE--------------------------------------------------
## check if other logger packages are available and exit if not
for (pkg in c("futile.logger", "logging", "log4r")) {
  if (!requireNamespace(pkg, quietly = TRUE)) {
    warning(paste(pkg, "package not available, so cannot build this vignette"))
    knitr::knit_exit()
  }
}

Try the logger package in your browser

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

logger documentation built on May 10, 2026, 9:06 a.m.