Learn R Programming

wallace (version 2.0.2)

writeLog: writeLog

Description

For internal use. Add text to a logger

Usage

writeLog(logger, ..., type = "default")

Arguments

logger

The logger to write the text to. Can be NULL or a function

...

Messages to write to the logger

type

One of "default", "error", "warning"