Project

General

Profile

LogManager » History » Version 14

Greg Burri, 11/02/2009 11:07 AM

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