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.
StatusLogger()
1 parent cd3fadb commit f1e3e2fCopy full SHA for f1e3e2f
log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java
@@ -314,13 +314,7 @@ private static Properties readPropertiesFile() {
314
315
private final Queue<StatusData> buffer = new ConcurrentLinkedQueue<>();
316
317
- /**
318
- * Constructs the default instance.
319
- * <b>Users should not create new instances, but use {@link #getLogger()} instead!</b>
320
- *
321
- * @since 2.23.0
322
- */
323
- public StatusLogger() {
+ private StatusLogger() {
324
this(
325
StatusLogger.class.getSimpleName(),
326
ParameterizedNoReferenceMessageFactory.INSTANCE,
0 commit comments