This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch doc/2.x/since-tag in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 477fd6666d38597abf33554e98d3b107f4506c7e Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sun Dec 29 09:45:33 2024 +0100 Document `log4j-api` changes in version 2.13.0 --- log4j-api/src/main/java/org/apache/logging/log4j/LogBuilder.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/LogBuilder.java b/log4j-api/src/main/java/org/apache/logging/log4j/LogBuilder.java index 992d287513..4ace64aba8 100644 --- a/log4j-api/src/main/java/org/apache/logging/log4j/LogBuilder.java +++ b/log4j-api/src/main/java/org/apache/logging/log4j/LogBuilder.java @@ -22,6 +22,8 @@ import org.apache.logging.log4j.util.Supplier; /** * Interface for constructing log events before logging them. Instances of LogBuilders should only be created * by calling one of the Logger methods that return a LogBuilder. + * + * @since 2.13.0 */ public interface LogBuilder { /** NOOP Logbuilder */
