Lib Sub-System: Trace |
| 01 | The components from the Semys Library create trace output for progress description and debugging purposes. |
| 02 |
The trace outputs from the Semys Library consist of a three letter code from
where the trace is from and the message itself. For example:
TRN Cleared 1 Server(s), 0 Connection(s) |
| 03 | Since the Semys Library by itself does not know where and how traces should be stored (or if at all), it provides an interface to set a callback function that will be called for each trace output. |
| 04 | Functions: |
| 05 |
Reference: SemysTrace.h Implementation: Semys Library |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |