ConsoleTraceTarget

A ITraceTarget that writes LogEntrys to Console.

Namespace:
Inetdev.Diagnostics.TraceTargets
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Diagnostics.TraceTargets.TraceTarget

Constructors

ConsoleTraceTarget

Default constructor

Signature:
public Void ConsoleTraceTarget()

Methods

Write

Writes the entry to this trace target.

Signature:
public Void Write(writer, entry)
Parameters
Name Type Summary
writer LogWriter The LogWriter that calls this ITraceTarget.
entry LogEntry A LogEntry to write.

In this document