set.log.level: Set the level of logger

Description Usage Arguments Value Examples

View source: R/log.r

Description

Set the level of logger

Usage

1

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

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

CSUV documentation built on Oct. 23, 2020, 5:49 p.m.

Related to set.log.level in CSUV...