Project

General

Profile

LogManager » History » Version 7

Greg Burri, 07/29/2009 10:22 AM

1 1 Greg Burri
h1. LogManager
2
3 4 Greg Burri
!LogManager.png!
4 3 Greg Burri
5 6 Greg Burri
h2. Severity messages
6
7
8
* EndUser : Will be show to the user in the log panel
9 7 Greg Burri
* Debug : All information debug message like packets received (only logged in Debug Mode)
10 6 Greg Burri
* Warning : Some slight anomalies
11
* Error : Cases that shouldn't occur, the program can continue to operate
12
* FataError :  The program is in an unpredictable state, it must stop
13 1 Greg Burri
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