Diagnostics configuration options.
Default constructor
public Void Diagnostics()
Default entry category.
public String DefaultCategory { get; set; }
A collection of formatters.
public Formatter[] Formatters { get; set; }
A collection of log targets.
public LogTarget[] LogTargets { get; set; }
Type of the LogWriterProvider used to create the LogWriter.
public String LogWriterProviderType { get; set; }
Format: TypeName, AssemblyName, Version=..., Culture=..., PublicKeyToken=...
Minimum entry level to be written.
public LogLevel MinimumLevel { get; set; }
A collection of trace targets.
public TraceTarget[] TraceTargets { get; set; }