Project

General

Profile

Architecture » History » Version 5

Greg Burri, 07/29/2009 07:01 AM

1 1 Greg Burri
h1. Architecture
2
3 5 Greg Burri
4 4 Greg Burri
h2. Core
5
6 3 Greg Burri
!core_components.png!
7 2 Greg Burri
8 1 Greg Burri
9
h2. GUI
10 5 Greg Burri
11
12
h2. Common
13
14
h3. [[LogManager]]
15
16
* Log some kind of severity messages
17
** EndUser : Will be show to the user in the log panel
18
** Debug : All information debug message like packets received
19
** Warning : Some slight anomalies
20
** Error : Cases that shouldn't occur, the program can continue to operate
21
** FataError :  The program is in an unpredictable state, it must stop
22
* Can store the log in a file
23
* Used by Core and GUI