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