Skip to content

Commit

Permalink
add historical notes in the javadocs for LocationAwareLogger
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Dec 22, 2023
1 parent f3fedc2 commit b56795b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions slf4j-api/src/main/java/org/slf4j/spi/LocationAwareLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
* which need to provide hints so that the underlying logging system can extract
* the correct location information (method name, line number).
*
* <p></p>
*
* <p>In response to <a href="https://jira.qos.ch/browse/SLF4J-118">SLF4J-118</a>,
* the {@link #log(Marker, String, int, String, Object[], Throwable) log()} method was modified to accept
* an additional <code>Object[]</code> parameter.
* This Object[] represents arguments of the log request. Due to this modification, slf4j-api
* version 1.6.x no longer work with bindings shipping with SLF4J 1.5.x, instead
* bindings shipping with 1.6.x or later are required. See also
* <a href="https://github.com/qos-ch/slf4j/commit/6dd2bd58cff">commit 6dd2</a> dated
* April 9th, 2010.
* </p>
*
* @author Ceki G&uuml;lc&uuml;
* @since 1.3
*/
Expand Down

0 comments on commit b56795b

Please sign in to comment.