Project

General

Profile

Actions

Architecture » History » Revision 5

« Previous | Revision 5/32 (diff) | Next »
Greg Burri, 07/29/2009 07:01 AM


Architecture

Core

GUI

Common

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

Updated by Greg Burri over 14 years ago · 5 revisions