logWarn: Log a message at the WARN level

View source: R/Logging.R

logWarnR Documentation

Log a message at the WARN level

Description

Log a message at the WARN level

Usage

logWarn(...)

Arguments

...

Zero or more objects which can be coerced to character (and which are pasted together with no separator).

Details

Log a message at the specified level. The message will be sent to all the registered loggers. This function is automatically called when a warning is thrown, and should not be called directly. Use warning() instead.


ParallelLogger documentation built on Aug. 22, 2023, 5:11 p.m.