LogManager » History » Version 13
Greg Burri, 11/02/2009 11:06 AM
| 1 | 1 | Greg Burri | h1. LogManager |
|---|---|---|---|
| 2 | |||
| 3 | 9 | olivier morel | h2. Logs |
| 4 | |||
| 5 | * The filename is aybabtu_core - <date> <time>.log |
||
| 6 | 12 | Greg Burri | * The log is appended to a file, each new log begin with a header (session). |
| 7 | 3 | Greg Burri | |
| 8 | 6 | Greg Burri | h2. Severity messages |
| 9 | |||
| 10 | |||
| 11 | * EndUser : Will be show to the user in the log panel |
||
| 12 | 7 | Greg Burri | * Debug : All information debug message like packets received (only logged in Debug Mode) |
| 13 | 6 | Greg Burri | * Warning : Some slight anomalies |
| 14 | * Error : Cases that shouldn't occur, the program can continue to operate |
||
| 15 | * FataError : The program is in an unpredictable state, it must stop |
||
| 16 | 1 | Greg Burri | |
| 17 | h2. LogViewer |
||
| 18 | |||
| 19 | _LogViewer_ is a little standalone application to read the log. Here is a description of the GUI elements. |
||
| 20 | |||
| 21 | 12 | Greg Burri | * A list of sessions |
| 22 | * A list of entries for a selected session |
||
| 23 | ** Each entry shows a time, a severity level, a thread name, a component name and a message |
||
| 24 | * A text zone to apply a filter (searching in message) |
||
| 25 | 1 | Greg Burri | * A button to pause |
| 26 | * A combobox to filter by severity |
||
| 27 | * A combobox to filter by module |
||
| 28 | 12 | Greg Burri | * It can be able to automatically load new line if the file changes |