Arch Sub-System: Trace - TraceListener

01 This is the (abstract) base class for any TraceListener that processes a TraceEntry.
02

[C++] class TraceListener
[C#] abstract class TraceListener: IDisposable

03

Public Methods

TypeNameDescription
Constructor() Registers at the TraceListenerRegistry
[C++] Destructor() Unregisters from the TraceListenerRegistry
void[C#] Dispose() Unregisters from the TraceListenerRegistry
voidOnTrace() Performs trace output
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Trace Sub-System

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.