This function sets a hook to trigger log_info() when message is called
to log the informative messages with the global logger layout and appender.
Examples
if (FALSE) { # \dontrun{
log_messages()
message("hi there")
} # }
This function sets a hook to trigger log_info() when message is called
to log the informative messages with the global logger layout and appender.
if (FALSE) { # \dontrun{
log_messages()
message("hi there")
} # }