SG LOG(): Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{merge|SG_LOG}}
{{merge|SG LOG}}
{{Out of date}}
{{out of date}}


You can set /sim/logging/priority to any of the following values:
You can set <code>/sim/logging/priority</code> to any of the following values:


<pre>
bulk
  bulk
debug
  debug
info
  info
warn
  warn
alert
  alert
</pre>


You can set /sim/logging/classes to a whitespace-separated list of any or all of the following values:
You can set <code>/sim/logging/classes</code> to a whitespace-separated list of any or all of the following values:
<pre>
 
  terrain
terrain
  astro
astro
  flight
flight
  input
input
  gl
gl
  view
view
  cockpit
cockpit
  general
general
  math
math
  event
event
  aircraft
aircraft
  autopilot
autopilot
  io
io
  clipper
clipper
  network
network
</pre>


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


Category:Core developer documentation
[[Category:Core developer documentation]]

Revision as of 20:06, 4 March 2015

Merge-arrows.gif
It has been suggested that this article or section be merged with SG LOG.
This article or section contains out-of-date information

Please help improve this article by updating it. There may be additional information on the talk page.

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".