Added --log-class documentation.
This commit is contained in:
parent
6b6b5484c0
commit
9a7f19a2e9
2 changed files with 7 additions and 0 deletions
|
@ -309,5 +309,6 @@
|
|||
<trace-read-desc>Trace the reads for a property;</trace-read-desc>
|
||||
<trace-write-desc>Trace the writes for a property;</trace-write-desc>
|
||||
<log-level-desc>Specify which logging level to use</log-level-desc>
|
||||
<log-class-desc>Specify which logging class(es) to use</log-class-desc>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -1150,6 +1150,12 @@
|
|||
<description>strings/log-level-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>log-class</name>
|
||||
<arg>[ai,environment,flight,general,io,network,sound,terrain,...]</arg>
|
||||
<description>strings/log-class-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>trace-read</name>
|
||||
<arg>property</arg>
|
||||
|
|
Loading…
Add table
Reference in a new issue