Learn R Programming

ParallelLogger (version 2.0.0)

addDefaultFileLogger: Add the default file logger

Description

Add the default file logger

Usage

addDefaultFileLogger(fileName)

Arguments

fileName

The name of the file to write to.

Details

Creates a logger named 'DEFAULT_FILE_LOGGER' that writes to a file using the "TRACE" threshold and the layoutParallel layout. The output can be viewed with the built-in log viewer that can be started using launchLogViewer.