setLogLevel: spdlog Logging Lever Setter

View source: R/RcppExports.R

setLogLevelR Documentation

spdlog Logging Lever Setter

Description

A helper function to turn a logging level given as string into the current logging level

Usage

setLogLevel(name)

Arguments

name

A string with the logging level. Value understood are, in decreasing verbosity ‘trace’, ‘debug’, ‘info’, ‘warning’, ‘error’, ‘critical’, and ‘off’. Unrecognised names are equivalent to ‘off’.

Value

Nothing is returned.


RcppSpdlog documentation built on July 26, 2023, 5:07 p.m.