History log of /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31212435723e2dfd5d6716d1f6a7b0e66a1e6b38 26-Mar-2015 Ceki Gulcu <ceki@qos.ch> Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
3b040e36ff55b7e98fe16e09a4c813d3dab524d6 17-Sep-2012 Ceki Gulcu <ceki@qos.ch> improved javadocs
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
3e24a5c715dcd3a8597ba811716152af9aa2a37d 11-Jun-2012 Ceki Gulcu <ceki@qos.ch> fix bug 234
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
7ba0605dc97fb81bde8311510d27b3ccba170008 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> update license headers to current year
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
fd74fb61746d10021f4e33b0c3cd1543a89ffc0c 21-Apr-2010 Ceki Gulcu <ceki@qos.ch> minor changes
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
3c0ab3466b6fa6e915974c72558d64c570734700 09-Apr-2010 Ceki Gulcu <ceki@qos.ch> Fixing bug 70
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
6dd2bd58cffc857d064d0e0ac3017d6aee924bb8 09-Apr-2010 Ceki Gulcu <ceki@qos.ch> Fixing http://bugzilla.slf4j.org/show_bug.cgi?id=127

The log method in LocationAwareLogger interface now admits an
additional parameter of type Object[] representing additional
arguments of the log request. Due to this modification, slf4j-api
version 1.6.x will not work with bindings shipping with SLF4J 1.5.x --
bindings shipping with 1.6.x must be used.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
88c4c456766193e012eb890e2208473d99b91f83 03-Dec-2009 Ceki Gulcu <ceki@qos.ch> setting autocrlf = true on windows - no logical changes
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
0124e54b54f81e10f5980b8796c80a12d4f87069 01-Sep-2009 Ceki Gulcu <ceki@qos.ch> - Localication code that actually does something useful
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
c914315a793e87ed0e25c33364b9d92b751b1024 20-Nov-2008 Ceki Gulcu <ceki@qos.ch> Fixed bug 114. Added test case.

If class B extends A, assuming B does not override method x(), the caller
of new B().x() is A and not B

More specifically, XLogger extends LoggerWrapper. When calling xlogger.debug where debug is a method defined in LoggerWrapper not overridden in XLogger, the caller is LoggerWrapper and not XLogger.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
35c4ad8ea1fe7a19c6750727d0ad07e360112afd 20-Nov-2008 Ceki Gulcu <ceki@qos.ch> - attempting to fix Bug 114
unit tests to follow
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
f68b5c57d2dd5286da29927c3bd157cb9cee404d 16-Oct-2008 Ceki Gulcu <ceki@qos.ch> Minor javadoc improvements
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java
cf31c61c6503ff66da0e4095d525552570d052b5 01-Oct-2008 Ceki Gulcu <ceki@qos.ch> Fixing bug 104
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java