History log of /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a0ebd0a43bbf07dd0b5560e8eb4a62929e06efaf 26-Mar-2015 Ceki Gulcu <ceki@qos.ch> add Category.getAppender(String) method fixing SLF4J-231, merge release 1.7.11 into 1.7.12
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
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/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
043db855a2b83982bc5d1d73bebc75b51dc0237f 26-Mar-2015 Ceki Gulcu <ceki@qos.ch> tentative fix for SLF4J-318, updated news.html
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
e14afa68f0857ddc3dd925a1cf7c28c17184069d 14-Dec-2014 Ceki Gulcu <ceki@qos.ch> reduce the number of Eclipse warnings to two
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
004b5d4879a079f3d6f610b7fe339a0fad7d4831 15-Jul-2013 Christian Trutz <christian.trutz@belaso.de> Fix of Bug 279
http://bugzilla.slf4j.org/show_bug.cgi?id=279
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
3f776eb758fd59429bb654f594d9c8feb2d9574c 08-Nov-2012 Christian Trutz <christian.trutz@belaso.de> Velocity 1.7 support included.

See also http://bugzilla.slf4j.org/show_bug.cgi?id=280
Signed-off-by: Christian Trutz <christian.trutz@belaso.de>
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
461e0efd24a6875eee7950ad60c9117514fbba29 27-Sep-2012 Ceki Gulcu <ceki@qos.ch> forcedLog method should be in the Category class as in the original log4j software
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
393d8899a64ae7562afe44105b7938b0fd9218a9 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> fix bug #235
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
054ed393bd95a6f7c34398accc5cefe36fae8989 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> restore orignal Apache copyright mistakenly removed in previous commit
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
7ba0605dc97fb81bde8311510d27b3ccba170008 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> update license headers to current year
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
b6e0c251129fb0eb4da237cbb9a99517599b6f5d 20-Oct-2010 Ceki Gulcu <ceki@qos.ch> support for X_TRACE level
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
9f10490a05f7344f4b3ef657e8991f5d51934e2f 19-Oct-2010 Ceki Gulcu <ceki@qos.ch> Revert "make log4j-over-slf4j run in jboss 4.2"

This reverts commit 3749a8521804cda6f22269923ad3ac5628e3a6cc.
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
3749a8521804cda6f22269923ad3ac5628e3a6cc 19-Oct-2010 Ceki Gulcu <ceki@qos.ch> make log4j-over-slf4j run in jboss 4.2
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.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/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.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/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
99c9eb8a756df79e94234f00a348b0ee6222098e 25-Feb-2010 Ceki Gulcu <ceki@qos.ch> - addded links to projects using slf4j in index.html
- fixed http://bugzilla.slf4j.org/show_bug.cgi?id=168
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
88c4c456766193e012eb890e2208473d99b91f83 03-Dec-2009 Ceki Gulcu <ceki@qos.ch> setting autocrlf = true on windows - no logical changes
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
286117228108fe77fc625c74c14dabc1861a1adf 23-Sep-2009 Ceki Gulcu <ceki@qos.ch> - added missing LogManager class as requested by Rick Beton in bug report 150

http://bugzilla.slf4j.org/show_bug.cgi?id=150

- Added 1.5.10 to the list of compatible versions
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
fc066637036ce4303de49ed6c75af6ac05618b4f 20-Jul-2009 Ceki Gulcu <ceki@qos.ch> Fixed bug 139. See also http://bugzilla.slf4j.org/show_bug.cgi?id=139
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
7f77df288904e26b79c4ab3ab53aebfe31e9075d 17-Apr-2009 Ceki Gulcu <ceki@qos.ch> better method name
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
fea91757639f4027c57806142cb89117126a6467 17-Apr-2009 Ceki Gulcu <ceki@qos.ch> - Added support for location information. This fixes bug 131.
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
2951e7f5935556a701b7cf61bc28169181291036 20-Aug-2008 Ceki Gulcu <ceki@qos.ch> - method signatures match those in log4j 1.2 instead of log4j 1.3 as previously.
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
5eea488185d3c2cf331e7feea8e7e874a6f22d52 31-Jul-2008 Ceki Gulcu <ceki@qos.ch> - added getInstance methods to the Category class
This fixes bug 95, http://bugzilla.slf4j.org/show_bug.cgi?id=95
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
408078f3b6616bb7a4b66f4609f61a34625c199e 02-Jun-2008 Ceki Gulcu <ceki@qos.ch> - Trivial implementation of getLevel() method always returning null.
See also http://bugzilla.slf4j.org/show_bug.cgi?id=74
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
8b80c10730e1b84c8e102fffbb40eda30cbde413 27-May-2008 Ceki Gulcu <ceki@qos.ch> - fix bug 74. See also http://bugzilla.slf4j.org/show_bug.cgi?id=74
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
e77d137c9d7fcff90351e5565941e6903bcf635c 31-Jan-2008 Ceki Gulcu <ceki@qos.ch> - improved javadocs (referring to SLF4J instead of logback)
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
ff902831d9c0b8eb9c40e7fd7be1d3916c74e0b0 31-Jan-2008 Ceki Gulcu <ceki@qos.ch> - calls to the trace() printing method are now correctly mapped to
SLF4J's trace() printing method (instead of debug()).

- removed superflous methods of type xxxx(Object, Object)
and of type xxxx(String, Object, Object)
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
d7afa2f8bc763d1be14bf946c63ed7e3c788f650 12-Jul-2007 Ceki Gulcu <ceki@qos.ch> - continued work on log4j-over-slf4j
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java
14797605e251ff02452545cf22124dae25955acd 09-Jul-2007 Ceki Gulcu <ceki@qos.ch> - adding log4j-over-slf4j
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java