setAppLogLevelName
Sets the log level, using a name.
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
setAppLogLevelName(value);
Parameters
- value - (String) Specifies the log level, as follows:
- “OFF”
- “FATAL”
- “ERROR”
- “WARN”
- “INFO”
- “DEBUG”
- “TRACE”
Copyright © Cloud Software Group, Inc. All rights reserved.