add.log.Rd
Add a given msg to a log file
add.log(msg, x = NULL, log)
, principal part of the message to be added
character, secondary part of the message, will be idented to look like a list. If length(x) is 0, nothing is added.
character the log file to update
if (FALSE) {
add.log("Some trouble occurs", c("bad resolution", "missing openings"), LOG)
}