Method VisitProperties
VisitProperties<TState>(ILoggingPropertyVisitor<TState>, ref TState, in LoggingPropertyVisitorOptions)
Declaration
public void VisitProperties<TState>([Required] ILoggingPropertyVisitor<TState> visitor, ref TState state, in LoggingPropertyVisitorOptions options = null)
Parameters
Type Parameters
VisitProperties(Action<String, Object>, in LoggingPropertyVisitorOptions)
Declaration
public void VisitProperties([Required] Action<string, object> action, in LoggingPropertyVisitorOptions options = null)
Parameters