PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomILogging­Property­Visitor<TState>
Open sandboxFocus

ILoggingPropertyVisitor<TState> Interface

Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.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.