SG LOG: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  28 January 2016
no edit summary
No edit summary
No edit summary
Line 5: Line 5:
Logging settings can be modified using the <code>--log-level=[level]</code> [[command line]] option, detailed help about most available command line options can be obtained from the fgfs executable by calling it with the following arguments: <code>--help --verbose</code>.
Logging settings can be modified using the <code>--log-level=[level]</code> [[command line]] option, detailed help about most available command line options can be obtained from the fgfs executable by calling it with the following arguments: <code>--help --verbose</code>.


<code>
<pre>
  --log-level={bulk,debug,info,warn,alert}
  --log-level={bulk,debug,info,warn,alert}
                                 Specify which logging level to use
                                 Specify which logging level to use
Line 12: Line 12:
                                 Specify which logging class(es) to use
                                 Specify which logging class(es) to use


</code>
</pre>


If you are interested in simply logging certain properties to a file at runtime, you can use either FlightGear's built-in logging framework, or the [[generic protocol]].  See [[Logging properties]] and [[Generic protocol]] for more details.
If you are interested in simply logging certain properties to a file at runtime, you can use either FlightGear's built-in logging framework, or the [[generic protocol]].  See [[Logging properties]] and [[Generic protocol]] for more details.
476

edits

Navigation menu