omnipath_set_logfile_loglevel {OmnipathR} | R Documentation |
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.
omnipath_set_logfile_loglevel(level)
level |
Character or class 'loglevel'. The desired log level. |
Returns 'NULL'.
omnipath_set_logfile_loglevel('info') # or: omnipath_set_logfile_loglevel(logger::INFO)