vNAAATS/vatsim-NAAATS

Create a CLogger so that I can get some debugging information when vNAAATS misbehaves

Closed this issue · 2 comments

Log to a vNAAATS.log file. This is a priority.

Logger completed.
Log types: NORM, WARN, ERR, EXC and INIT

Add logs to:

  • AcTargets
  • ConflictDetection
  • DataHandler
  • FlightPlanWindow
  • MenuBar
  • NotePad
  • Overlays
  • RadarDisplay
  • RoutesHelper
  • SetupWindow
  • TrackInfoWindow
  • UIElement (all of them, when implemented)

Important things to log:

  • All window open/closes
  • Network actions
  • Potential risk areas for crappy performance
  • Anything that deals with a route
  • Conflict detection calculations
  • add more here

actually going to just close this, will keep adding logs where needed, but it works