setLogLevel() Purpose 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 supercedes all previous log level configurations. The wildcard character ’*’ 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.