Learn R Programming

logger (version 0.4.0)

log_messages: Injects a logger call to standard messages

Description

This function uses trace to add a log_info function call when message is called to log the informative messages with the logger layout and appender.

Usage

log_messages()

Arguments

Examples

Run this code
if (FALSE) {
log_messages()
message("hi there")
}

Run the code above in your browser using DataLab