Project

General

Profile

LogManager » History » Revision 3

Revision 2 (Greg Burri, 07/28/2009 03:54 PM) → Revision 3/14 (Greg Burri, 07/28/2009 11:07 PM)

h1. LogManager 

 !LogManager! 

 * Each event has a level  
 ** EndUser 
 ** Debug (only in debug mode) 
 ** Warning 
 ** Error 
 ** Fatal error 
 * Each event has a module. For example : 'Gui', 'Network', etc. 


 h2. LogViewer 

 _LogViewer_ is a little standalone application to read the log. Here is a description of the GUI elements. 

 * A list of entries 
 ** Each entry shows a time, a severity level, a component name and a message 
 * A text zone to apply a filter (searchin in message) 
 * A button to pause 
 * A combobox to filter by severity 
 * A combobox to filter by module