LogEventData.VisitProperties<TVisitorState> Method |
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void VisitProperties<TVisitorState>( ILoggingPropertyVisitor<TVisitorState> visitor, ref TVisitorState visitorState, in LoggingPropertyVisitorOptions visitorOptions = null )
Parameters
- visitor
- Type: PostSharp.Patterns.Diagnostics.Custom.ILoggingPropertyVisitor<TVisitorState>
The visitor. - visitorState
- Type: TVisitorState
An opaque value passed to visitor. - visitorOptions (Optional)
- Type: PostSharp.Patterns.Diagnostics.Custom.LoggingPropertyVisitorOptions
Determines which properties need to be visited. By default, all properties are visited.
Type Parameters
- TVisitorState
- The type of the visitorState parameter, an opaque value passed to visitor.