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 8749edc commit 7419ed9Copy full SHA for 7419ed9
logback-classic/src/main/java/ch/qos/logback/classic/Logger.java
@@ -341,11 +341,6 @@ void recursiveReset() {
341
}
342
343
344
- /**
345
- * The default size of child list arrays. The JDK 1.5 default is 10. We use a
346
- * smaller value to save a little space.
347
- */
348
-
349
Logger createChildByName(final String childName) {
350
int i_index = LoggerNameUtil.getSeparatorIndexOf(childName, this.name.length() + 1);
351
if (i_index != -1) {
0 commit comments