omnipath_set_logfile_loglevel: Sets the log level for the logfile

View source: R/log.R

omnipath_set_logfile_loglevelR Documentation

Sets the log level for the logfile

Description

Use this method to change during a session which messages you want to be written into the logfile. Before loading the package, you can set it also by the config file, with the omnipath.loglevel key.

Usage

omnipath_set_logfile_loglevel(level)

Arguments

level

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

Value

Returns 'NULL'.

See Also

omnipath_set_console_loglevel

Examples

omnipath_set_logfile_loglevel('info')
# or:
omnipath_set_logfile_loglevel(logger::INFO)


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.