Provides tracing services through a set of TraceTargets.
Default constructor
public Void LogTarget()
The message category that this log target writes message for.
public String Category { get; set; }
A collection of ITraceTargets to write logs to.
public IList<ITraceTarget> TraceTargets { get; set; }
Checks whether other is equals to this object.
public Boolean Equals(other)
true if the objects are equals, otherwise false.
Name | Type | Summary |
---|---|---|
other | LogTarget | Another LogTarget to check. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)
true if the objects are equals, otherwise false.
Name | Type | Summary |
---|---|---|
obj | Object | Another Object to check. |
Not required, implemented to avoid warnings.
public Int32 GetHashCode()
In this document