Update the documentation for the traceLevels parameters.

This commit is contained in:
Jean-Paul Chaput 2016-05-17 23:13:11 +02:00
parent 82cff69d9f
commit 6fd38e9847
1 changed files with 7 additions and 4 deletions

View File

@ -892,7 +892,8 @@ For example: ::
, ('misc.logMode' , TypeBool , True ) , ('misc.logMode' , TypeBool , True )
, ('misc.verboseLevel1' , TypeBool , False ) , ('misc.verboseLevel1' , TypeBool , False )
, ('misc.verboseLevel2' , TypeBool , True ) , ('misc.verboseLevel2' , TypeBool , True )
, ('misc.traceLevel' , TypeInt , 1000 ) , ('misc.minTraceLevel' , TypeInt , 0 )
, ('misc.maxTraceLevel' , TypeInt , 0 )
) )
# Some ordinary Python script... # Some ordinary Python script...
@ -1521,10 +1522,12 @@ Miscellaneous Settings
+---------------------------------------+------------------+----------------------------+ +---------------------------------------+------------------+----------------------------+
| **Development/Debug Parameters** | | **Development/Debug Parameters** |
+---------------------------------------+------------------+----------------------------+ +---------------------------------------+------------------+----------------------------+
| ``misc.traceLevel`` | TypeInt | :cb:`0` | | ``misc.minTraceLevel`` | TypeInt | :cb:`0` |
+---------------------------------------+------------------+----------------------------+
| ``misc.maxTraceLevel`` | TypeInt | :cb:`0` |
| +------------------+----------------------------+ | +------------------+----------------------------+
| | Display trace information *below* that level | | | Display trace information *between* those two |
| | (:cb:`ltrace` stream) | | | levels (:cb:`cdebug` stream) |
+---------------------------------------+------------------+----------------------------+ +---------------------------------------+------------------+----------------------------+
| ``misc.catchCore`` | TypeBool | :cb:`False` | | ``misc.catchCore`` | TypeBool | :cb:`False` |
| +------------------+----------------------------+ | +------------------+----------------------------+