TraceListener :: OnTrace

01 Performs trace output.
02

[C++] virtual void OnTrace(TraceEntry const &entry) = 0;
[C#] abstract void OnTrace(TraceEntry entry);

03 Parameters:
  • entry: Reference to the TraceEntry.
04 The implementation shall complete as fast as possible.
05 The TraceListenerRegistry calls this method within a dedicated locked LocalMutex. This means that a TraceListener will not be called by several threads in parallel for a trace output.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Trace Sub-System, TraceListener

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