Project

General

Profile

Architecture » History » Revision 5

Revision 4 (Greg Burri, 07/28/2009 11:19 PM) → Revision 5/32 (Greg Burri, 07/29/2009 07:01 AM)

h1. Architecture 


 

 h2. Core 

 !core_components.png! 

 * [[LogManager]] 


 h2. GUI 


 h2. Common 

 h3. [[LogManager]] 

 * Log some kind of severity messages 
 ** EndUser : Will be show to the user in the log panel 
 ** Debug : All information debug message like packets received 
 ** Warning : Some slight anomalies 
 ** Error : Cases that shouldn't occur, the program can continue to operate 
 ** FataError :    The program is in an unpredictable state, it must stop 
 * Can store the log in a file 
 * Used by Core and GUI