Erik Hofman writes:

 > > However, in fg_props.cxx, FlightGear also uses
 > > 
 > >   /sim/logging/priority
 > >   /sim/logging/classes
 > > 
 > > with string values (I added those a long time ago).  I'm not sure how
 > > the two interact.
 > 
 > I thought these were for property logging?

No, that's controlled by logger.[ch]xx.  You can set
/sim/logging/priority to any of the following values:

  bulk
  debug
  info
  warn
  alert

You can set /sim/logging/classes to a whitespace-separated list of any
or all of the following values:

  terrain
  astro
  flight
  input
  gl
  view
  cockpit
  general
  math
  event
  aircraft
  autopilot
  io
  clipper
  network

You can also use one of the values "all" or "none".


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to