Add logging control to developer dialog
This commit is contained in:
parent
ec066a6b19
commit
67e8c14ec6
1 changed files with 39 additions and 0 deletions
|
@ -145,6 +145,45 @@
|
|||
</script>
|
||||
</binding>
|
||||
</combo>
|
||||
<combo>
|
||||
<row>5</row>
|
||||
<col>2</col>
|
||||
<pref-width>300</pref-width>
|
||||
<halign>left</halign>
|
||||
<name>OSGLog</name>
|
||||
<label>OSG log level</label>
|
||||
<property>/sim/rendering/osg-notify-level</property>
|
||||
<value>DEBUG_FP</value>
|
||||
<value>DEBUG_INFO</value>
|
||||
<value>INFO</value>
|
||||
<value>NOTICE</value>
|
||||
<value>WARN</value>
|
||||
<value>FATAL</value>
|
||||
<editable>false</editable>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>OSGLog</object-name>
|
||||
</binding>
|
||||
</combo>
|
||||
<combo>
|
||||
<row>5</row>
|
||||
<col>3</col>
|
||||
<pref-width>300</pref-width>
|
||||
<halign>left</halign>
|
||||
<name>SGLogging</name>
|
||||
<label>FG log</label>
|
||||
<property>/sim/logging/priority</property>
|
||||
<value>alert</value>
|
||||
<value>warn</value>
|
||||
<value>info</value>
|
||||
<value>debug</value>
|
||||
<value>bulk</value>
|
||||
<editable>false</editable>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>SGLogging</object-name>
|
||||
</binding>
|
||||
</combo>
|
||||
</group>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
|
Loading…
Add table
Reference in a new issue