LogTarget

Allows the configuration of LogTargets.

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

Constructors

LogTarget

Default constructor

Signature:
public Void LogTarget()

Properties

Category

Message category the log target writes messages for.

Signature:
public String Category { get; set; }

TraceTargets

A collection of trace target names associates to this log target.

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