TraceListenerDebugger :: OnTrace |
01 | TraceListener implementation; Sends the trace message to the system debugger. |
02 |
[C++] virtual void OnTrace(TraceEntry const &entry); |
03 |
Parameters:
|
04 | Under linux this method currently prints the message on standard output. |
05 | In release build, this method does nothing. |
06 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Trace Sub-System, TraceListenerDebugger |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |