1
0
Fork 0

Add log-level to the list of available options

This commit is contained in:
ehofman 2003-04-01 18:50:01 +00:00
parent 7c3394b167
commit 024a4e087e
2 changed files with 7 additions and 0 deletions

View file

@ -242,6 +242,7 @@
<!-- Debugging Options -->
<debugging-options>Debugging Options</debugging-options>
<log-level-desc>Set the logging level for this session. 0=verbose, 5=alerts only</log-level-desc>
<trace-read-desc>Trace the reads for a property;</trace-read-desc>
<trace-write-desc>Trace the writes for a property;</trace-write-desc>

View file

@ -807,6 +807,12 @@
<section>
<name>strings/debugging-options</name>
<option>
<name>log-level</name>
<arg>n</arg>
<description>strings/log-level-desc</description>
</option>
<option>
<name>trace-read</name>
<arg>property</arg>