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