Allows the configuration of LogTargets.
Default constructor
public Void LogTarget()
Message category the log target writes messages for.
public String Category { get; set; }
A collection of trace target names associates to this log target.
public String[] TraceTargets { get; set; }
In this document