Share via


ILogProvider.OpenNestedContext(String) Method

Definition

Opens a nested diagnostics context. Not supported in EntLib logging.

public IDisposable OpenNestedContext (string message);
abstract member OpenNestedContext : string -> IDisposable
Public Function OpenNestedContext (message As String) As IDisposable

Parameters

message
String

The message to add to the diagnostics context.

Returns

A disposable that when disposed removes the message from the context.

Applies to