Write a character vector of format strings to a log file

logmsg(logfile, fmt, ..., sep = "\n")

Arguments

logfile

path to log file

fmt

a character vector of format strings, each of up to 8192 bytes.

...

values to be passed into fmt. As in sprintf

sep

argument to cat; default: "\n"

Value

(invisible) formatted messages