setLogLevel: Set the log level.

Description Usage Arguments Details

View source: R/log.R

Description

Convenience wrapper for flog.threshold with sanity checking and current level output.

Usage

1
setLogLevel(value)

Arguments

value

Log level, must be one of the futile.logger constants.

Details

The log levels are defined by the futile.logger package. The following levels a available:

futile.logger::TRACE
futile.logger::DEBUG
futile.logger::INFO
futile.logger::WARN
futile.logger::ERROR
futile.logger::FATAL

darch documentation built on May 29, 2017, 8:14 p.m.

Related to setLogLevel in darch...