History log of /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.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-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
33db0c56ca159dd347d6a8507b16678237b2fa91 14-Dec-2014 Ceki Gulcu <ceki@qos.ch> less warnings by Eclipse
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
4dc6af1af741d9419c33187033a210dd623ceff1 25-Mar-2013 Ceki Gulcu <ceki@qos.ch> use a ConcurrentHashMap in various loger factories - fix bug #298
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
7ba0605dc97fb81bde8311510d27b3ccba170008 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> update license headers to current year
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
d1d27b8d8748190f397b0be72c8d85722f8c5b00 06-Apr-2010 Ceki Gulcu <ceki@qos.ch> As of SLF4J version 1.6.0, in the absence of an SLF4J binding,
slf4j-api will default to a no-operation implementation discarding all
log requests. Thus, instead of throwing an exception, SLF4J will emit
a single warning message about the absence of a binding and proceed to
discard all log requests without further protest.
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
dae55b822906cbb5b701e6f58199e9b50c0e2df8 25-Feb-2010 Ceki Gulcu <ceki@qos.ch> - preparing release 1.5.11

- added code to detect the simultaneous presence of both
log4j-over-slf4j.jar and slf4j-log4j12.jar. See also
http://slf4j.org/codes.html#log4jDelegationLoop

- added code to detect the simultaneous presence of both
jcl-over-slf4j.jar and slf4j-jcl.jar. See also
http://slf4j.org/codes.html#jclDelegationLoop

- Fixed http://bugzilla.slf4j.org/show_bug.cgi?id=168
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
88c4c456766193e012eb890e2208473d99b91f83 03-Dec-2009 Ceki Gulcu <ceki@qos.ch> setting autocrlf = true on windows - no logical changes
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
55a650f08cd7afee64689a758942104c88458c85 04-Nov-2006 Ceki Gulcu <ceki@qos.ch> - Fixed synchronisation related bug number 27.
See also http://bugzilla.slf4j.org/show_bug.cgi?id=27
- added eclipse codeStyle.xml
- The various SLF4J inherit their version number through a poperty,
namely "aversion", defined in the parent pom. This little trick seems
to work well and saves alot of time.
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java
1b4da2c13e2e4aee19c976f5f33aa8c4353a595f 15-Aug-2006 Ceki Gulcu <ceki@qos.ch> aligning with Maven folder conventionsmavenizing SLF4J
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java