MetalamaAPI documentationFlashtrace APIFlashtrace.​RecordsILogging­Property­Visitor<TState>
Open sandboxFocus

ILoggingPropertyVisitor<TState> Interface

Defines a visit method invoked for each property of a LogEventData.

Namespace: Flashtrace.Records
Assembly: Flashtrace.dll
Syntax
public interface ILoggingPropertyVisitor<TState>
Type Parameters
Name Description
TState

Type of an opaque value passed to the Visit<TValue>(String, TValue, in LoggingPropertyOptions, ref TState) method.

Methods

Name Description
Visit<TValue>(String, TValue, in LoggingPropertyOptions, ref TState)

Method invoked for each property in a LogEventData.