Actions
  LogManager » History » Revision 6
      « Previous |
    Revision 6/14
      (diff)
      | Next »
    
    Greg Burri, 07/29/2009 10:21 AM 
    
    
LogManager¶

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
 
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
 
Updated by Greg Burri over 16 years ago · 14 revisions