Learn R Programming

shinyscholar (version 0.2.5)

writeLog: writeLog

Description

For internal use. Add text to a logger

Usage

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

Value

No return value, called for side effects

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, info, error, warning