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.


gmbecker/GRANCore documentation built on Nov. 6, 2019, 7:22 p.m.