Diagnostics

Diagnostics configuration options.

Namespace:
Inetdev.Diagnostics.Configuration
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Diagnostics

Default constructor

Signature:
public Void Diagnostics()

Properties

DefaultCategory

Default entry category.

Signature:
public String DefaultCategory { get; set; }

Formatters

A collection of formatters.

Signature:
public Formatter[] Formatters { get; set; }

LogTargets

A collection of log targets.

Signature:
public LogTarget[] LogTargets { get; set; }

LogWriterProviderType

Type of the LogWriterProvider used to create the LogWriter.

Signature:
public String LogWriterProviderType { get; set; }
Remarks

Format: TypeName, AssemblyName, Version=..., Culture=..., PublicKeyToken=...

MinimumLevel

Minimum entry level to be written.

Signature:
public LogLevel MinimumLevel { get; set; }

TraceTargets

A collection of trace targets.

Signature:
public TraceTarget[] TraceTargets { get; set; }