Show / Hide Table of Contents

Interface ILambdaExceptionFingerprinter

The ILambdaExceptionFingerprinter interface is used to indicate that an exception type has custom fingerprinting logic. The exception fingerprint is used by the LambdaErrorReportGenerator instance to allow a log aggregator to group together related errors.

Namespace: LambdaSharp.Exceptions
Assembly: LambdaSharp.Logging.dll
Syntax
public interface ILambdaExceptionFingerprinter

Properties

FingerprintValue

The FingerprintValue property returns a deterministic fingerprint value that can be used to group related exceptions together.

Declaration
string FingerprintValue { get; }
Property Value
Type Description
System.String

The fingerprint value.

In This Article
Back to top Generated by DocFX