We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7c9a4 commit 7e0bf4fCopy full SHA for 7e0bf4f
logback-classic/src/main/java/ch/qos/logback/classic/LoggerContext.java
@@ -113,7 +113,7 @@ public final Logger getLogger(final Class<?> clazz) {
113
}
114
115
@Override
116
- public final Logger getLogger(final String name) {
+ public Logger getLogger(final String name) {
117
118
if (name == null) {
119
throw new IllegalArgumentException("name argument cannot be null");
0 commit comments