is.duplicated.log.entry {tryCatchLog} | R Documentation |
The log.entry
is checked against the existing log entries from
last.tryCatchLog.result
using the following columns:
msg.text
full.stack.trace
is.duplicated.log.entry(log.entry)
log.entry |
A |
TRUE
if the log.entry
is a duplicate, else FALSE
Required function to fix issue #18 (https://github.com/aryoda/tryCatchLog/issues/18)
last.tryCatchLog.result
,
build.log.entry