ILogProviderOpenNestedContext Method

Quartz.NET 3.0 API Documentation
Opens a nested diagnostics context. Not supported in EntLib logging.

Namespace:  Quartz.Logging
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
IDisposable OpenNestedContext(
	string message
)

Parameters

message
Type: SystemString
The message to add to the diagnostics context.

Return Value

Type: IDisposable
A disposable that when disposed removes the message from the context.
See Also

Reference