NativeJob Log Property Quartz.NET API Documentation
Gets the log.

Namespace: Quartz.Job
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

protected ILog Log { get; }

Property Value

Type: ILog
The log.
See Also