TraceTarget

Allows the configuration of ITraceTargets.

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

Constructors

TraceTarget

Default constructor

Signature:
public Void TraceTarget()

Properties

Formatter

Name of the formatter.

Signature:
public String Formatter { get; set; }

Type

Trace target type.

Signature:
public String Type { get; set; }