We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1148b98 commit c0f7f16Copy full SHA for c0f7f16
slf4j-api/src/main/java/org/slf4j/Logger.java
@@ -97,7 +97,7 @@ public interface Logger {
97
98
/**
99
* <p>Make a new {@link LoggingEventBuilder} instance as appropriate for this logger implementation.
100
- * The default implementation returns an instance of {@link DefaultLoggingEventBuilder}.</p>
+ * This default implementation always returns a new instance of {@link DefaultLoggingEventBuilder}.</p>
101
*
102
* <p>Note that the {@link LoggingEventBuilder} should be built for all levels, independently of the level.
103
* In other words, this method is an <b>unconditional</b> constructor for the {@link LoggingEventBuilder}
0 commit comments