writeGRANLog: writeGRANLog

Description Usage Arguments Note

View source: R/logger.R

Description

Utility function which writes gran logs

Usage

1
writeGRANLog(pkg, msg, type = "full", logfile, errfile, pkglog = NULL)

Arguments

pkg

The name of the package the log is about

msg

The log message, collapsed if length>1

type

"full", "error", "warn", or "both" indicating which log(s) the message should be written to

logfile

The location of the full log file to write/append to

errfile

the location of the error log file to write/append to

pkglog

character. The package-specific log file to write to if applicable.

Note

This function is not intended for direct use by the end user.


GRANCore documentation built on Feb. 4, 2020, 5:06 p.m.