LogManager » History » Revision 13
Revision 12 (Greg Burri, 11/02/2009 11:06 AM) → Revision 13/14 (Greg Burri, 11/02/2009 11:06 AM)
h1. LogManager
!LogManager.png!
h2. Logs
* The filename is aybabtu_core - <date> <time>.log
* The log is appended to a file, each new log begin with a header (session).
h2. Severity messages
* EndUser : Will be show to the user in the log panel
* Debug : All information debug message like packets received (only logged in Debug Mode)
* 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
h2. LogViewer
_LogViewer_ is a little standalone application to read the log. Here is a description of the GUI elements.
* A list of sessions
* A list of entries for a selected session
** Each entry shows a time, a severity level, a thread name, a component name and a message
* A text zone to apply a filter (searching in message)
* A button to pause
* A combobox to filter by severity
* A combobox to filter by module
* It can be able to automatically load new line if the file changes