LogManager » History » Version 12
Greg Burri, 11/02/2009 11:06 AM
| 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 | 12 | Greg Burri | * The log is appended to a file, each new log begin with a header (session). |
| 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 | 12 | Greg Burri | * A list of sessions |
| 24 | * A list of entries for a selected session |
||
| 25 | ** Each entry shows a time, a severity level, a thread name, a component name and a message |
||
| 26 | * A text zone to apply a filter (searching in message) |
||
| 27 | 1 | Greg Burri | * A button to pause |
| 28 | * A combobox to filter by severity |
||
| 29 | * A combobox to filter by module |
||
| 30 | 12 | Greg Burri | * It can be able to automatically load new line if the file changes |