Learn R Programming

ParallelLogger (version 1.1.1)

layoutEmail: Logging layout for e-mail

Description

A layout function to be used with an e-mail appender. This layout adds the thread ID and strack trace to the message.

Usage

layoutEmail(level, message)

Arguments

level

The level of the message (e.g. "INFO")

message

The message to layout.