DiagnosticsOptions

Represents a diagnostics sub-system configuration.

Namespace:
Inetdev.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.ComponentModel.INotifyPropertyChanged

Constructors

DiagnosticsOptions

Default constructor

Signature:
public Void DiagnosticsOptions()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

DefaultCategory

Default category for log entries.

Signature:
public String DefaultCategory { get; set; }

Formatters

Log formatters configuration.

Signature:
public FormatterOptionsCollection Formatters { get; set; }

LogTargets

Log targets configuration.

Signature:
public LogTargetOptionsCollection LogTargets { get; set; }

LogWriterProviderType

Type of a log writer provider to use.

Signature:
public String LogWriterProviderType { get; set; }

MinimumLevel

Minimum log entry level to write.

Signature:
public LogLevel MinimumLevel { get; set; }

TraceTargets

Trace targets configuration.

Signature:
public TraceTargetOptionsCollection TraceTargets { get; set; }