diff --git a/slf4j-api/src/main/java/org/slf4j/Logger.java b/slf4j-api/src/main/java/org/slf4j/Logger.java index f700f264d..d99051050 100644 --- a/slf4j-api/src/main/java/org/slf4j/Logger.java +++ b/slf4j-api/src/main/java/org/slf4j/Logger.java @@ -97,7 +97,7 @@ public interface Logger { /** *
Make a new {@link LoggingEventBuilder} instance as appropriate for this logger implementation. - * The default implementation returns an instance of {@link DefaultLoggingEventBuilder}.
+ * This default implementation always returns a new instance of {@link DefaultLoggingEventBuilder}. * *Note that the {@link LoggingEventBuilder} should be built for all levels, independently of the level. * In other words, this method is an unconditional constructor for the {@link LoggingEventBuilder}