PostSharp / / API Reference / Post­Sharp.​Patterns.​Diagnostics.​Custom / ILogging­Property­Visitor<TState> / Visit

Method Visit

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

Declaration
void Visit<TValue>(string name, TValue value, in LoggingPropertyOptions options, ref TState state)
Parameters
Type Name Description
String name
TValue value
LoggingPropertyOptions options
TState state
Type Parameters
Name Description
TValue