Interface IEventLogContextAccessor
Defines methods to access or close instances of ILogContext
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 0)]
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
logGuid
GuidLog GUID
EnsureLog(Guid)
Ensures the existance of log context for given GUID.
ILogContext EnsureLog(Guid logGuid)
Parameters
logGuid
GuidLog GUID