TraceLogProvider.OpenNestedContext(String) Method

Definition

Opens a nested diagnostics context.

public IDisposable OpenNestedContext (string message);
abstract member OpenNestedContext : string -> IDisposable
override this.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 removes the message from the context when disposed.

Implements

Applies to