| ILoggerLoggingThreshold Property |
The least severe severity level of log entries to be logged. One of:
- None - No log entries will be logged at all (default)
- Fatal - Only fatal errors, i.e. those that caused process to halt will be logged
- Error - All errors, either fatal or those that allowed process continuation (upon skipping some data) will be logged
- Warning - In addition to errors, all warnings (scenarios where Data Conveyer was able to repair unexpected data) will be logged
- Information - All log entries: errors, warnings and informational messages will be logged (except verbose debug messages intended for troubleshooting purposes)
- Debug - All possible log entries will be logged
If not specified during logger construction, a level of
None will be assumed (i.e. no entries will be logged).
See also
LogEntrySeverity.
Namespace:
Mavidian.DataConveyer.Logging
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax LogEntrySeverity LoggingThreshold { get; }
ReadOnly Property LoggingThreshold As LogEntrySeverity
Get
Property Value
Type:
LogEntrySeveritySee Also