logger.default: Log function that takes any string, appends it to global log...

View source: R/util_log.R

logger.defaultR Documentation

Log function that takes any string, appends it to global log (log_ , a list) and prints to console

Description

Log function that takes any string, appends it to global log (log_ , a list) and prints to console

Usage

logger.default(x, type = "info")

Arguments

x

your message as a character string

type

the type of message. options: info, progress, warning, error. For the latter, an R error is thrown after logging!


ftwkoopmans/msdap documentation built on March 5, 2025, 12:15 a.m.