History log of /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.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/XLoggerFactory.java
e14afa68f0857ddc3dd925a1cf7c28c17184069d 14-Dec-2014 Ceki Gulcu <ceki@qos.ch> reduce the number of Eclipse warnings to two
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.java
3b040e36ff55b7e98fe16e09a4c813d3dab524d6 17-Sep-2012 Ceki Gulcu <ceki@qos.ch> improved javadocs
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.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/XLoggerFactory.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/XLoggerFactory.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/XLoggerFactory.java
96662ba2217353aa661bb229c539850ac6d3fb39 20-Nov-2008 Ralph Goers <rgoers@apache.org> XLoogerFactory.getLogger(class) was returning a Logger instead of an XLogger.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.java
f68b5c57d2dd5286da29927c3bd157cb9cee404d 16-Oct-2008 Ceki Gulcu <ceki@qos.ch> Minor javadoc improvements
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.java
c9a8e914bbb214c53ee26470789f67ce0d3fda46 02-Oct-2008 Ceki Gulcu <ceki@qos.ch> - Adding version check support in each slf4j-binding
Each copy of StaticLoggerBinder.java found in each binding now contains a field called
VERSION. LoggerFactory checks that the version value found in the binding matches
the expected version number as declared in LoggerFactory
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.java
cf31c61c6503ff66da0e4095d525552570d052b5 01-Oct-2008 Ceki Gulcu <ceki@qos.ch> Fixing bug 104
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/XLoggerFactory.java