A ITraceTarget that writes LogEntrys to Console.
Default constructor
public Void ConsoleTraceTarget()
Writes the entry to this trace target.
public Void Write(writer, entry)
Name | Type | Summary |
---|---|---|
writer | LogWriter | The LogWriter that calls this ITraceTarget. |
entry | LogEntry | A LogEntry to write. |
In this document