ILoggingOptions Interface |
Namespace: Opait.Api
public interface ILoggingOptions
The ILoggingOptions type exposes the following members.
Name | Description | |
---|---|---|
FileLogCompact |
Gets or sets a flag to indicate whether a more compact formatting should be
used for messages written to the log file.
| |
FileLogLevel |
Gets or sets the minimum logging level for job messages written to the log file.
| |
LogFile |
Gets or sets a path to the job log file.
| |
ScreenLogLevel |
Gets or sets the minimum logging level for job messages displayed on the screen.
|