Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

logLevel

Get and set logging level


Description

The logging level for later can be set to report differing levels of information. Possible logging levels (from least to most information reported) are: "OFF", "ERROR", "WARN", "INFO", or "DEBUG". The default level is ERROR.

Usage

logLevel(level = NULL)

Arguments

level

The logging level. Must be one of NULL, "OFF", "ERROR", "WARN", "INFO", or "DEBUG". If NULL (the default), then this function simply returns the current logging level.

Value

If level=NULL, then this returns the current logging level. If level is any other value, then this returns the previous logging level, from before it is set to the new value.


later

Utilities for Scheduling Functions to Execute Later with Event Loops

v1.2.0
MIT + file LICENSE
Authors
Winston Chang [aut, cre], Joe Cheng [aut], RStudio [cph], Marcus Geelnard [ctb, cph] (TinyCThread library, https://tinycthread.github.io/), Evan Nemerson [ctb, cph] (TinyCThread library, https://tinycthread.github.io/)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.