LogManager » History » Version 3
Greg Burri, 07/28/2009 11:07 PM
| 1 | 1 | Greg Burri | h1. LogManager |
|---|---|---|---|
| 2 | |||
| 3 | 3 | Greg Burri | !LogManager! |
| 4 | |||
| 5 | 1 | Greg Burri | * Each event has a level |
| 6 | ** EndUser |
||
| 7 | ** Debug (only in debug mode) |
||
| 8 | ** Warning |
||
| 9 | ** Error |
||
| 10 | ** Fatal error |
||
| 11 | * Each event has a module. For example : 'Gui', 'Network', etc. |
||
| 12 | |||
| 13 | |||
| 14 | h2. LogViewer |
||
| 15 | |||
| 16 | _LogViewer_ is a little standalone application to read the log. Here is a description of the GUI elements. |
||
| 17 | |||
| 18 | * A list of entries |
||
| 19 | 2 | Greg Burri | ** Each entry shows a time, a severity level, a component name and a message |
| 20 | 1 | Greg Burri | * A text zone to apply a filter (searchin in message) |
| 21 | * A button to pause |
||
| 22 | * A combobox to filter by severity |
||
| 23 | * A combobox to filter by module |