Determines how activities from a DiagnosticListener
are translated into a PostSharp Logging activity.
Namespace: PostSharp.Patterns.Diagnostics.Adapters.DiagnosticSource
Assembly: PostSharp.Patterns.Diagnostics.Adapters.DiagnosticSource.dll
Syntax
public interface IDiagnosticSourceActivityFilter
Methods
Name | Description |
---|---|
CloseActivity(ILogActivity, object) | Method called by DiagnosticSourceCollectingListener when a message suffixed |
OpenActivity(LogLevelSource, string, ref CallerInfo, object) | Method called by DiagnosticSourceCollectingListener when a message suffixed |
TryGetCorrelationKey(object, out object) | Method called by DiagnosticSourceCollectingListener when a message suffixed |