layoutParallel: Logging layout for parallel computing

View source: R/Layouts.R

layoutParallelR Documentation

Logging layout for parallel computing

Description

A layout function to be used with an appender. This layout adds the time, thread, level, package name, and function name to the message.

Usage

layoutParallel(level, message)

Arguments

level

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

message

The message to layout.


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