Interface IEventLogContextAccessor
Defines methods to access or close instances of ILogContext
[Obsolete("Member is deprecated and will be removed in next version.")]
public interface IEventLogContextAccessor
- Extension Methods
Properties
CurrentLogContext
Current log context
ILogContext CurrentLogContext { get; }
Property Value
Methods
CloseLog(Guid)
Closes given log context.
void CloseLog(Guid logGuid)
Parameters
logGuidGuidLog GUID
EnsureLog(Guid)
Ensures the existance of log context for given GUID.
ILogContext EnsureLog(Guid logGuid)
Parameters
logGuidGuidLog GUID