Project

General

Profile

Actions

LogManager » History » Revision 2

« Previous | Revision 2/14 (diff) | Next »
Greg Burri, 07/28/2009 03:54 PM


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.

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 14 years ago · 2 revisions