public class NoOpFallbackLoggingSupport extends java.lang.Object implements LoggingSupport
Constructor and Description |
---|
NoOpFallbackLoggingSupport() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getLoggingLevels() |
void |
setLoggingLevel(java.lang.String classQualifier,
java.lang.String rawLevel)
Changes the given logger to the given log level.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onShutdown, onStartup
public void setLoggingLevel(java.lang.String classQualifier, java.lang.String rawLevel) throws java.lang.Exception
LoggingSupport
setLoggingLevel
in interface LoggingSupport
classQualifier
- the class qualifier or logger namerawLevel
- the string representation of a log leveljava.lang.Exception
- an exception which may occur while changing the given logger to the given log level.public java.util.Map<java.lang.String,java.lang.String> getLoggingLevels()
getLoggingLevels
in interface LoggingSupport
Copyright © 2009-2021 The Apache Software Foundation