* [EMAIL PROTECTED] (David Megginson) [2003.04.01 13:31]:
> 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
>
David Megginson wrote:
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 prop
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
David Megginson wrote:
We also seem to have a variety of ways to set logging. In main.cxx,
there is code that uses the property
/sim/log-level
with an integer value.
However, in fg_props.cxx, FlightGear also uses
/sim/logging/priority
/sim/logging/classes
with string values (I added thos
Erik Hofman writes:
> Whta is happening is there is a pint where the --log-level option
> actually starts working (inside fgMainLoop() ) but before that the log
> level is set by the line Norman pointed out.
We also seem to have a variety of ways to set logging. In main.cxx,
there is code t
Norman Vine writes:
> Curtis L. Olson writes:
> >
> > How do I reenable debugging output?
>
> maybe
>
> main.cxx
> static bool fgMainInit( int argc, char **argv ) {
>
> // set default log levels
> sglog().setLogLevels( SG_ALL, SG_INFO );
Yes, but this was reworked so it could be do
Norman Vine wrote:
Curtis L. Olson writes:
How do I reenable debugging output?
maybe
main.cxx
static bool fgMainInit( int argc, char **argv ) {
// set default log levels
sglog().setLogLevels( SG_ALL, SG_INFO );
That was one of the things in the back of my head which needed to be
d
Curtis L. Olson writes:
>
> How do I reenable debugging output?
maybe
main.cxx
static bool fgMainInit( int argc, char **argv ) {
// set default log levels
sglog().setLogLevels( SG_ALL, SG_INFO );
___
Flightgear-devel mailing list
[EMAIL
How do I reenable debugging output?
Thanks,
Curt.
--
Curtis Olson IVLab / HumanFIRST Program FlightGear Project
Twin Cities[EMAIL PROTECTED] [EMAIL PROTECTED]
Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org
_