PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Backend­OptionsInclude­Activity­Execution­Time
Open sandboxFocus

LoggingBackendOptions.IncludeActivityExecutionTime Property

IncludeActivityExecutionTime

Determines whether the execution time should be measured for custom activities. The default value is false. This property does not affect the measurement of execution time of methods, which is only influenced by the IncludeExecutionTime property of the build-time logging profile.

Declaration
public bool IncludeActivityExecutionTime { get; set; }
Property Value
Type Description
Boolean