is.duplicated.log.entry: Check if a new log entry would be a duplicate of on an...

Description Usage Arguments Value Note See Also

View source: R/is_duplicated_log_entry.R

Description

The log.entry is checked against the existing log entries from last.tryCatchLog.result using the following columns:

  1. msg.text

  2. full.stack.trace

Usage

1

Arguments

log.entry

A data.frame with the new log entry (exactly one row)

Value

TRUE if the log.entry is a duplicate, else FALSE

Note

Required function to fix issue #18 (https://github.com/aryoda/tryCatchLog/issues/18)

See Also

last.tryCatchLog.result, build.log.entry


tryCatchLog documentation built on Oct. 25, 2021, 9:08 a.m.