| <<< Unilog Step-by-step | Index | Client Source Instrumentation. >>> |
The server can be started by double-clicking the _01_unilog_start.bat.
The server window displays unilog> prompt.
Type ? to see available server commands:
unilog> ?
The following server commands are available:
Log text message: t text
Log checkpoint event: c
Log alert event: a
Create new log file: n
Quit: q
Display help: ? or h
For example, try commands
unilog> t hello unilog> c unilog> a
The t command sends text message to the log file. The trace report should display an output like
1 ADDR |> 0xffffffff 2 hello 3 ADDR |> 0xffffffff 5 //Checkpoint// 4 ADDR |> 0xffffffff 6 !!Alert!!
The q command shuts down the server.
| <<< Unilog Step-by-step | Index | Client Source Instrumentation. >>> |