Learn R Programming

logging (version 0.4-13)

levellog: entry points for logging actions

Description

generate a log record and pass it to the logging system.

a log record gets timestamped and will be independently formatted by each of the handlers handling it.

Usage

logdebug(msg, ..., logger='')
loginfo(msg, ..., logger='')
logwarn(msg, ..., logger='')
logerror(msg, ..., logger='')

levellog(level, msg, ..., logger='')

Arguments

msg
the textual message to be output, or the format for the ... arguments
...
if present, msg is interpreted as a format and the ... values are passed to it to form the actual message.
logger
the name of the logger to which we pass the record
level
the explicit numeric level of the log record