ILoggingPropertyVisitor<TState> Interface |
Defines a Visit<TValue>(String, TValue, LoggingPropertyOptions, TState) method invoked for each property of
a LogEventData.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface ILoggingPropertyVisitor<TState>
Type Parameters
- TState
- Type of an opaque value passed to the Visit<TValue>(String, TValue, LoggingPropertyOptions, TState) method.
The ILoggingPropertyVisitor<TState> type exposes the following members.
Name | Description | |
---|---|---|
Visit<TValue> |
Method invoked for each property in a LogEventData.
|