set.log.level: Set the level of logger

View source: R/log.r

set.log.levelR Documentation

Set the level of logger

Description

Set the level of logger

Usage

set.log.level(level)

Arguments

level

log level, setting the level to futile.logger::DEBUG provides most details log, whereas setting the level to futile.logger::WARN provides least details log

Value

None

Examples


set.log.level(futile.logger::DEBUG)
set.log.level(futile.logger::INFO)
set.log.level(futile.logger::WARN)


christineyuen/CSUV documentation built on June 13, 2022, 1:41 a.m.