| <<< Sample Client Source Sample | Index | How to remove Unilog traces from your source files >>> |
First, start unilog server by double-clicking on _01_unilog_start.bat.
Launch the client application.
Drag and drop the client directory on top of _05_unilog_display.bat. This generates trace_report.txt in the client directory and displays the result.
Next, try to drag and drop the trace_report.txt on top of _06_trace_display.bat. This generates a sequence diagram for your code execution.
Note: sequence tool is Java-based. You may need to edit the Unilog/Tools/config.bat to specify the correct location of Java\jdk1.6.X_XX\bin on your system.
Sample unilog-generated sequence diagrams can be found in Design Patterns presentation (also available in handout format.)
| <<< Sample Client Source Sample | Index | How to remove Unilog traces from your source files >>> |