append.to.last.tryCatchLog.result: Appends a new log entry to the stored logging output of the last call to tryCatchLog
or tryLog
Usage
append.to.last.tryCatchLog.result(new.log.entry)
Arguments
new.log.entry
the new log entry (a data.frame
created with link{build.log.entry}
)
Value
the complete logging result of the last call to tryCatchLog
or tryLog
as data.frame
Details
THIS FUNCTION IS USED ONLY PACKAGE INTERNALLY!