System CLI Commands
658
2/1553-ZAT 759 94 Uen B – December 2005
22.17 system
log
22.17.1 Syntax
system log {nothing|warnings|info|trace|entryexit|all}
22.17.2 Description
This command sets the level of output that is displayed by the CLI for various
modules. Setting a level also implicitly displays the level(s) below it.
22.17.3 Options
The following table gives the range of values for each option which can be
specified with this command and a default value (if applicable).
Option Description
Default
value
nothing
No extra output is displayed.
N/A
warnings
Non-fatal errors are displayed.
N/A
info
Certain program messages are
displayed. Also displays the values for
the
warnings
option.
N/A
trace
Detailed trace output is displayed.
Also displays the values for
info
and
warnings
options.
N/A
entryexit
A message is displayed every time a
function call is entered or left. Also
displays the values for
trace
,
info
and
warnings
options.
N/A
All
All output is displayed. Also displays
the values for
entryexit, trace, info,
and
warnings
options.
N/A
22.17.4 Example
-->
system log all