SyncMethodLoggingContext.Open Method |
Opens the current context for a given member.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual void Open( ref LogMemberInfo memberInfo )
Parameters
- memberInfo
- Type: PostSharp.Patterns.Diagnostics.Contexts.LogMemberInfo
Information about the method, property or field being logged.