setAppLogLevel
Sets the log level, using an integer value.
This can be set for the:
- application instance,
- jsx3.util.Logger used by this application instance,
- jsx3.util.Logger used by the static com.tibco.wcc.base.log(), and
- jsx3.util.Logger.GLOBAL logger instance.
Syntax
setAppLogLevel(value);
Parameters
- value - (integer) Specifies the log level, as follows:
- 0 - OFF
- 1 - FATAL
- 2 - ERROR
- 3 - WARN
- 4 - INFO
- 5 - DEBUG
- 6 - TRACE
Copyright © Cloud Software Group, Inc. All rights reserved.