ILogProvider Interface

Quartz.NET 3.0 API Documentation
Represents a way to get a ILog

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

C#
public interface ILogProvider

The ILogProvider type exposes the following members.

Methods

  NameDescription
Public methodGetLogger
Gets the specified named logger.
Public methodOpenMappedContext
Opens a mapped diagnostics context. Not supported in EntLib logging.
Public methodOpenNestedContext
Opens a nested diagnostics context. Not supported in EntLib logging.
Top
See Also

Reference