setLogLevel()
Sets a specific logger to a specific log level. When setting the log level, the system runs through all the log level configurations and the last match supersedes all previous log level configurations. The wildcard character, an asterisk (*), can be used to select all or a pattern to match the logger names.
Type
ACTION
Parameters
Name | Description |
---|---|
Name or Pattern |
Name of the logger or pattern to match the logger name. |
Log Level |
Sets the log level to one of the following:
FATAL, ERROR, WARN, INFO, DEBUT, ALL, or OFF |
Returns
Returns nothing.