LogProviderIsDisabled Property

Quartz.NET 3.0 API Documentation
Gets or sets a value indicating whether this is logging is disabled.

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

C#
public static bool IsDisabled { get; set; }

Property Value

Type: Boolean
true if logging is disabled; otherwise, false.
See Also

Reference