# Functions
CompareLogRecord compares each part of two given LogRecord and returns an error if they don't match.
CompareLogs compares each part of two given Logs and returns an error if they don't match.
CompareResourceLogs compares each part of two given ResourceLogs and returns an error if they don't match.
CompareScopeLogs compares each part of two given LogRecordSlices and returns an error if they don't match.
IgnoreLogRecordAttributeValue is a CompareLogsOption that sets the value of an attribute to empty bytes for every log record.
IgnoreLogRecordsOrder is a CompareLogsOption that ignores the order of log records.
No description provided by the author
IgnoreResourceAttributeValue is a CompareLogsOption that removes a resource attribute from all resources.
IgnoreResourceLogsOrder is a CompareLogsOption that ignores the order of resource traces/metrics/logs.
IgnoreScopeLogsOrder is a CompareLogsOption that ignores the order of instrumentation scope traces/metrics/logs.
No description provided by the author
# Interfaces
CompareLogsOption can be used to mutate expected and/or actual logs before comparing.