LogProvider Class

Quartz.NET 3.0 API Documentation
Provides a mechanism to create instances of ILog objects.
Inheritance Hierarchy

SystemObject
  Quartz.LoggingLogProvider

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

C#
public static class LogProvider

The LogProvider type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberIsDisabled
Gets or sets a value indicating whether this is logging is disabled.
Top
Methods

  NameDescription
Public methodStatic memberSetCurrentLogProvider
Sets the current log provider.
Top
See Also

Reference