setLogLevel {RcppSpdlog} | R Documentation |
A helper function to turn a logging level given as string into the current logging level
setLogLevel(name)
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’. |
Nothing is returned.