startLog: Enable logging

View source: R/log.R

startLogR Documentation

Enable logging

Description

Enable logging

Usage

startLog(filename = "", append = FALSE)

Arguments

filename

character: a filename/path where the log can be written out. If "", messages will print to stdout (the screen). See base::cat().

append

logical: if the file already exists, append to it? Default is FALSE, and if not in append mode, if the filename exists, it will be deleted.

Value

Nothing.


nealrichardson/httpcache documentation built on April 21, 2023, 3:41 p.m.