omnipath_set_console_loglevel {OmnipathR}R Documentation

Sets the log level for the console

Description

Use this method to change during a session which messages you want to be printed on the console. Before loading the package, you can set it also by the config file, with the omnipath.console_loglevel key.

Usage

omnipath_set_console_loglevel(level)

Arguments

level

Character or class 'loglevel'. The desired log level.

Value

Returns 'NULL'.

See Also

omnipath_set_logfile_loglevel

Examples

omnipath_set_console_loglevel('warn')
# or:
omnipath_set_console_loglevel(logger::WARN)


[Package OmnipathR version 3.0.0 Index]