@@ -34,9 +35,7 @@
implementation.
-
+
Hello World
As customary in programming tradition, here is an example
illustrating the simplest way to output "Hello world" using SLF4J.
@@ -84,10 +83,8 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
0 [main] INFO HelloWorld - Hello World
-
+
Typical usage
+ pattern
The sample code below illustrates the typical usage pattern
for SLF4J. Note the use of {}-placeholders on line 15. See the
@@ -121,8 +118,8 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
-
+
Binding with a logging
+ framework at deployment time
As mentioned previously, SLF4J supports various logging
frameworks. The SLF4J distribution ships with several jar files
@@ -214,7 +211,7 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
find it very easy to write SLF4J bindings.
-
+
Libraries
Authors of widely-distributed components and libraries may
code against the SLF4J interface in order to avoid imposing an
@@ -247,8 +244,8 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
-
+
Declaring project
+ dependencies for logging
Please note that embedded components such as libraries or
frameworks should not declare a dependency on any slf4j binding
@@ -313,8 +310,8 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
-
+ Binary
+ compatibility
An SLF4J binding designates an artifact such as
slf4j-jdk14.jar or slf4j-log4j12.jar used to
@@ -356,8 +353,8 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
-
+
Consolidate logging via
+ SLF4J
Often times, a given project will depend on various
components which rely on logging APIs other than SLF4J. It is
@@ -370,8 +367,8 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
APIs.
-
+
Mapped Diagnostic Context (MDC) support
+
"Mapped Diagnostic Context" is essentially a map maintained by the
logging framework where the application can provided key-value pairs,
which can then be inserted by the logging framework in log messages.
@@ -398,9 +395,7 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
-
+
Executive summary
diff --git a/slf4j-site/src/site/resources/css/anchor12.png b/slf4j-site/src/site/resources/css/anchor12.png
new file mode 100644
index 0000000..2cd97ac
Binary files /dev/null and b/slf4j-site/src/site/resources/css/anchor12.png differ
diff --git a/slf4j-site/src/site/resources/css/anchor16.png b/slf4j-site/src/site/resources/css/anchor16.png
new file mode 100644
index 0000000..c0676f4
Binary files /dev/null and b/slf4j-site/src/site/resources/css/anchor16.png differ
diff --git a/slf4j-site/src/site/resources/css/anchor20.png b/slf4j-site/src/site/resources/css/anchor20.png
new file mode 100644
index 0000000..76ca74b
Binary files /dev/null and b/slf4j-site/src/site/resources/css/anchor20.png differ
diff --git a/slf4j-site/src/site/resources/css/anchor24.png b/slf4j-site/src/site/resources/css/anchor24.png
new file mode 100644
index 0000000..13c433f
Binary files /dev/null and b/slf4j-site/src/site/resources/css/anchor24.png differ
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/codes.html | 105 +++++------
slf4j-site/src/site/pages/css/site.css | 42 ++++
slf4j-site/src/site/pages/faq.html | 249 +++++++++++-------------
slf4j-site/src/site/pages/js/decorator.js | 77 ++++++++
slf4j-site/src/site/pages/js/jquery-min.js | 4 +
slf4j-site/src/site/pages/legacy.html | 38 ++--
slf4j-site/src/site/pages/manual.html | 45 ++---
slf4j-site/src/site/resources/css/anchor12.png | Bin 0 -> 624 bytes
slf4j-site/src/site/resources/css/anchor16.png | Bin 0 -> 945 bytes
slf4j-site/src/site/resources/css/anchor20.png | Bin 0 -> 1269 bytes
slf4j-site/src/site/resources/css/anchor24.png | Bin 0 -> 1685 bytes
11 files changed, 333 insertions(+), 227 deletions(-)
create mode 100644 slf4j-site/src/site/pages/js/decorator.js
create mode 100644 slf4j-site/src/site/pages/js/jquery-min.js
create mode 100644 slf4j-site/src/site/resources/css/anchor12.png
create mode 100644 slf4j-site/src/site/resources/css/anchor16.png
create mode 100644 slf4j-site/src/site/resources/css/anchor20.png
create mode 100644 slf4j-site/src/site/resources/css/anchor24.png
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
From ceki at qos.ch Mon Jul 9 22:47:57 2012
From: ceki at qos.ch (Ceki Gulcu)
Date: Mon, 09 Jul 2012 13:47:57 -0700
Subject: [slf4j-dev] [qos-ch/slf4j] d8eb29: migraring to anchoring by
decoration
Message-ID: <4ffb437deb059_3aea14b7ae89426e@sh2.rs.github.com.mail>
Branch: refs/heads/master
Home: https://github.com/qos-ch/slf4j
Commit: d8eb296c9cefde451647fb5e7a6a409943b98b85
https://github.com/qos-ch/slf4j/commit/d8eb296c9cefde451647fb5e7a6a409943b98b85
Author: Ceki Gulcu
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M slf4j-site/src/site/pages/codes.html
M slf4j-site/src/site/pages/css/site.css
M slf4j-site/src/site/pages/faq.html
A slf4j-site/src/site/pages/js/decorator.js
A slf4j-site/src/site/pages/js/jquery-min.js
M slf4j-site/src/site/pages/legacy.html
M slf4j-site/src/site/pages/manual.html
A slf4j-site/src/site/resources/css/anchor12.png
A slf4j-site/src/site/resources/css/anchor16.png
A slf4j-site/src/site/resources/css/anchor20.png
A slf4j-site/src/site/resources/css/anchor24.png
Log Message:
-----------
migraring to anchoring by decoration
From git-noreply at pixie.qos.ch Thu Jul 12 00:27:19 2012
From: git-noreply at pixie.qos.ch (Gitbot)
Date: Thu, 12 Jul 2012 00:27:19 +0200 (CEST)
Subject: [slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch
master updated. v_1.6.6-10-g2e49281
Message-ID: <20120711222720.0AA3D390543@pixie.qos.ch>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".
The branch, master has been updated
via 2e4928103e219e4deaf4576e105e70fd9945e9d8 (commit)
from d8eb296c9cefde451647fb5e7a6a409943b98b85 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=2e4928103e219e4deaf4576e105e70fd9945e9d8
http://github.com/ceki/slf4j/commit/2e4928103e219e4deaf4576e105e70fd9945e9d8
commit 2e4928103e219e4deaf4576e105e70fd9945e9d8
Author: Ceki Gulcu
Date: Thu Jul 12 00:25:15 2012 +0200
without scrolling anchors are useless
diff --git a/slf4j-site/src/site/pages/js/decorator.js b/slf4j-site/src/site/pages/js/decorator.js
index 7fe202e..6c4b806 100644
--- a/slf4j-site/src/site/pages/js/decorator.js
+++ b/slf4j-site/src/site/pages/js/decorator.js
@@ -4,12 +4,26 @@
// class="anchor"/>Logger context
function decorate() {
- decoratePropertiesInTables();
- decorateDoAnchor();
+ var anchor = findAnchorInURL(document.URL);
+ decoratePropertiesInTables(anchor);
+ decorateDoAnchor(anchor);
decorateConversionWordInTables();
}
-function decoratePropertiesInTables() {
+// ----------------------------------------------
+function findAnchorInURL(url) {
+
+ if(url == null) return null
+ var index = url.lastIndexOf("#");
+ if(index != -1 && (index+1) < url.length)
+ return url.substr(index+1);
+ else
+ return null;
+}
+
+// ----------------------------------------------
+function decoratePropertiesInTables(anchor) {
+
//if(1==1) return;
var elems = $('tr td:first-child span.prop');
@@ -21,7 +35,7 @@ function decoratePropertiesInTables() {
var tmpHTML = p.innerHTML;
var propName = e.innerHTML;
var nameAttr = $(e).attr('name')
-
+
if(nameAttr == null) {
var containerAttr = $(e).attr('container')
if(containerAttr != null)
@@ -29,9 +43,10 @@ function decoratePropertiesInTables() {
else
nameAttr = propName;
}
-
+
p.innerHTML = "" +tmpHTML +"";
+ scrollIfMatch(p, nameAttr, anchor);
} // for
}
@@ -45,11 +60,12 @@ function decorateConversionWordInTables() {
continue;
e.innerHTML = "" +tmpHTML;
+ scrollIfMatch(e, nameAttr, anchor);
}
}
-function decorateDoAnchor() {
+function decorateDoAnchor(anchor) {
var elems = $('.doAnchor');
for(var i = 0; i < elems.length; i++) {
var e = elems[i];
@@ -60,9 +76,17 @@ function decorateDoAnchor() {
}
e.innerHTML = "" +tmpHTML;
+ scrollIfMatch(e, nameAttr, anchor);
}
}
+function scrollIfMatch(element, nameAttr, anchor) {
+ if(anchor != null && nameAttr.toString() == anchor)
+ element.scrollIntoView(true);
+
+
+}
+
function capitaliseFirstLetter(str) {
return str.charAt(0).toUpperCase() + str.slice(1);
}
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/js/decorator.js | 36 ++++++++++++++++++++++++-----
1 files changed, 30 insertions(+), 6 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
From ceki at qos.ch Thu Jul 12 00:25:31 2012
From: ceki at qos.ch (Ceki Gulcu)
Date: Wed, 11 Jul 2012 15:25:31 -0700
Subject: [slf4j-dev] [qos-ch/slf4j] 2e4928: without scrolling anchors are
useless
Message-ID: <4ffdfd5b9815e_6fa818f8ae410387c@sh2.rs.github.com.mail>
Branch: refs/heads/master
Home: https://github.com/qos-ch/slf4j
Commit: 2e4928103e219e4deaf4576e105e70fd9945e9d8
https://github.com/qos-ch/slf4j/commit/2e4928103e219e4deaf4576e105e70fd9945e9d8
Author: Ceki Gulcu
Date: 2012-07-11 (Wed, 11 Jul 2012)
Changed paths:
M slf4j-site/src/site/pages/js/decorator.js
Log Message:
-----------
without scrolling anchors are useless
From bugzilla-daemon at qos.ch Thu Jul 12 16:21:46 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Thu, 12 Jul 2012 16:21:46 +0200 (CEST)
Subject: [slf4j-dev] [Bug 84] Could you please implement MDC.getContext()
In-Reply-To:
References:
Message-ID: <20120712142146.C3E8F31B22A@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=84
Christoffer S. changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christoffer.sawicki at gmail.c
| |om
--- Comment #8 from Christoffer S. 2012-07-12 16:21:46 CEST ---
Why wasn't `MDC.getContext()` added in the end? Was it perhaps to not sanction
use of an internal method?
The implementation should only be `return new
Hashtable(org.slf4j.MDC.getCopyOfContextMap())`, no?
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Thu Jul 12 16:25:48 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Thu, 12 Jul 2012 16:25:48 +0200 (CEST)
Subject: [slf4j-dev] [Bug 84] Could you please implement MDC.getContext()
In-Reply-To:
References:
Message-ID: <20120712142548.BBCF131C3D0@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=84
Ceki Gulcu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |listid at qos.ch
--- Comment #9 from Ceki Gulcu 2012-07-12 16:25:48 CEST ---
MDC.getContext() was implemented with but given a different name, i.e.
getCopyOfContextMap().
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Thu Jul 12 16:26:06 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Thu, 12 Jul 2012 16:26:06 +0200 (CEST)
Subject: [slf4j-dev] [Bug 84] Could you please implement MDC.getContext()
In-Reply-To:
References:
Message-ID: <20120712142606.43FE6458EC5@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=84
Ceki Gulcu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Thu Jul 12 16:34:31 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Thu, 12 Jul 2012 16:34:31 +0200 (CEST)
Subject: [slf4j-dev] [Bug 84] Could you please implement MDC.getContext()
In-Reply-To:
References:
Message-ID: <20120712143431.8AEE845BDAE@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=84
--- Comment #10 from Christoffer S. 2012-07-12 16:34:31 CEST ---
Yes, `org.slf4j.MDC.getCopyOfContextMap()` was implemented, but not
`org.apache.log4j.MDC.getContext()`. This has the effect that
`log4j-over-slf4j` is not a 100% drop-in replacement for `log4j` because of the
missing (internal) method. I'm not sure if this is deliberate or not, hence my
question.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Thu Jul 12 16:43:09 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Thu, 12 Jul 2012 16:43:09 +0200 (CEST)
Subject: [slf4j-dev] [Bug 84] Could you please implement MDC.getContext()
In-Reply-To:
References:
Message-ID: <20120712144309.D6BC031D1F0@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=84
--- Comment #11 from Christoffer S. 2012-07-12 16:43:09 CEST ---
I should add that I'm interested in this because I have spotted code that uses
`org.apache.log4j.MDC.getContext()` in the wild and I would like that code to
work with `log4j-over-slf4j`.
(I've reported that `getContext()` is meant for internal use but there doesn't
seem to be a good replacement: http://jira.pentaho.com/browse/MONDRIAN-1171)
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Mon Jul 16 09:29:44 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Mon, 16 Jul 2012 09:29:44 +0200 (CEST)
Subject: [slf4j-dev] [Bug 266] New: Memory Leak: Clearing MDC context with
Log4J
Message-ID:
http://bugzilla.slf4j.org/show_bug.cgi?id=266
Summary: Memory Leak: Clearing MDC context with Log4J
Product: SLF4J
Version: 1.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P1
Component: Implementations
AssignedTo: slf4j-dev at qos.ch
ReportedBy: f.bantner at axon-e.de
Recently after a long time log4j got it's problem with clearing the MDC context
and the underlying ThreadLocal Hashmap fixed. S.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50486
This fixed a long running Problem with Tomcat freeing memory on reload.
In order to do so, log4j's MDC got the clear method with 1.2.16 and with 1.2.17
fixed it so that it works.
Log4j has an MDC adaptor for Log4J and it's own clear method. But instead of
calling Log4J's clear it implements essentially (MDC.getContext()).clear()
which only clears the HashMap but doesn't remove it from the ThreadLocal
context resulting in a MemroryLeak.
Short workaround: Instead of calling slf4j's MDC.clear() call log4j's
MDC.clear() (but that is the exact opositit of what slf4j is made for)
Simple Fix: change log4j's mdc adaptor to call MDC.clear() instead of
MDC.getContext().clear().
More complex fix: If backward compatibility is an issue (like it was f?r log4j)
than log4js solution can be applied here: Instead of calling MDC.clear()
directly call it via reflexion if it exists and otherwise keep calling
MDC.getContext().clear().
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Mon Jul 16 17:44:35 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Mon, 16 Jul 2012 17:44:35 +0200 (CEST)
Subject: [slf4j-dev] [Bug 254] Configurable support for Roboguice's 'Ln'
logger
In-Reply-To:
References:
Message-ID: <20120716154435.CF86D467253@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=254
trash723723-android at yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trash723723-android at yahoo.f
| |r
--- Comment #1 from trash723723-android at yahoo.fr 2012-07-16 17:44:35 CEST ---
+1 for this feature
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Tue Jul 17 09:04:28 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Tue, 17 Jul 2012 09:04:28 +0200 (CEST)
Subject: [slf4j-dev] [Bug 267] New: IllegalStateException when logging to
Level.ALL
Message-ID:
http://bugzilla.slf4j.org/show_bug.cgi?id=267
Summary: IllegalStateException when logging to Level.ALL
Product: SLF4J
Version: 1.6.x
Platform: PC
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: log4j-over-slf4j
AssignedTo: slf4j-dev at qos.ch
ReportedBy: bbrandl at atoss-csd.de
We are trying to migrate from log4j to slf4j. During the process we use the
log4j-over-slf4j bridge. In this bridge following error occurs:
If an entry is logged with priotory Level.ALL,
logger.log( Level.ALL, "log entry to all" );,
the follwing exception is thrown:
Exception in thread "Thread-6" java.lang.IllegalStateException: Unknown
Priority ALL
at org.apache.log4j.Category.priorityToLevelInt(Category.java:325)
at org.apache.log4j.Category.log(Category.java:305)
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From bugzilla-daemon at qos.ch Tue Jul 17 12:44:38 2012
From: bugzilla-daemon at qos.ch (bugzilla-daemon at qos.ch)
Date: Tue, 17 Jul 2012 12:44:38 +0200 (CEST)
Subject: [slf4j-dev] [Bug 84] Could you please implement MDC.getContext()
In-Reply-To:
References:
Message-ID: <20120717104438.9854145894B@pixie.qos.ch>
http://bugzilla.slf4j.org/show_bug.cgi?id=84
--- Comment #12 from Christoffer S. 2012-07-17 12:44:38 CEST ---
Here's a patch that adds org.apache.log4j.MDC.getContext() to log4j-over-slf4j
for those who miss it:
https://gist.github.com/d21af753dc2b41f84654
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
From git-noreply at pixie.qos.ch Tue Jul 17 17:46:33 2012
From: git-noreply at pixie.qos.ch (Gitbot)
Date: Tue, 17 Jul 2012 17:46:33 +0200 (CEST)
Subject: [slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch
master updated. v_1.6.6-11-g024fcd0
Message-ID: <20120717154633.C26EA46746F@pixie.qos.ch>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".
The branch, master has been updated
via 024fcd000725f3d572ab801714d61506643140df (commit)
from 2e4928103e219e4deaf4576e105e70fd9945e9d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=024fcd000725f3d572ab801714d61506643140df
http://github.com/ceki/slf4j/commit/024fcd000725f3d572ab801714d61506643140df
commit 024fcd000725f3d572ab801714d61506643140df
Author: Ceki Gulcu
Date: Tue Jul 17 17:44:25 2012 +0200
minor edits
diff --git a/slf4j-site/src/site/pages/js/decorator.js b/slf4j-site/src/site/pages/js/decorator.js
index 6c4b806..362712e 100644
--- a/slf4j-site/src/site/pages/js/decorator.js
+++ b/slf4j-site/src/site/pages/js/decorator.js
@@ -7,7 +7,7 @@ function decorate() {
var anchor = findAnchorInURL(document.URL);
decoratePropertiesInTables(anchor);
decorateDoAnchor(anchor);
- decorateConversionWordInTables();
+ decorateConversionWordInTables(anchor);
}
// ----------------------------------------------
@@ -50,7 +50,7 @@ function decoratePropertiesInTables(anchor) {
} // for
}
-function decorateConversionWordInTables() {
+function decorateConversionWordInTables(anchor) {
var elems = $('tr td.word');
for(var i = 0; i < elems.length; i++) {
var e = elems[i];
diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html
index 47e345a..940a825 100644
--- a/slf4j-site/src/site/pages/manual.html
+++ b/slf4j-site/src/site/pages/manual.html
@@ -335,16 +335,16 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
slf4j-simple-1.5.5.jar will not work.
- From the client's perspective all versions of slf4j-api are
- compatible. Client code compiled with slf4j-api-N.jar
- will run perfectly fine with slf4j-api-M.jar for any N
- and M. You only need to ensure that the version of your binding
- matches that of the slf4j-api.jar. You do not have to worry
- about the version of slf4j-api.jar used by a given dependency in
- your project. You can always use any version of
- slf4j-api.jar, and as long as the version of
- slf4j-api.jar and its binding match, you should be
- fine.
+
However, from the client's perspective all versions of
+ slf4j-api are compatible. Client code compiled with
+ slf4j-api-N.jar will run perfectly fine with
+ slf4j-api-M.jar for any N and M. You only need to
+ ensure that the version of your binding matches that of the
+ slf4j-api.jar. You do not have to worry about the version of
+ slf4j-api.jar used by a given dependency in your project. You
+ can always use any version of slf4j-api.jar, and as
+ long as the version of slf4j-api.jar and its binding
+ match, you should be fine.
At initialization time, if SLF4J suspects that there may be
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/js/decorator.js | 4 ++--
slf4j-site/src/site/pages/manual.html | 20 ++++++++++----------
2 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
From ceki at qos.ch Tue Jul 17 17:44:38 2012
From: ceki at qos.ch (Ceki Gulcu)
Date: Tue, 17 Jul 2012 08:44:38 -0700
Subject: [slf4j-dev] [qos-ch/slf4j] 024fcd: minor edits
Message-ID: <5005886642a1_2b9d1271af4678bc@sh3.rs.github.com.mail>
Branch: refs/heads/master
Home: https://github.com/qos-ch/slf4j
Commit: 024fcd000725f3d572ab801714d61506643140df
https://github.com/qos-ch/slf4j/commit/024fcd000725f3d572ab801714d61506643140df
Author: Ceki Gulcu
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M slf4j-site/src/site/pages/js/decorator.js
M slf4j-site/src/site/pages/manual.html
Log Message:
-----------
minor edits
From git-noreply at pixie.qos.ch Mon Jul 30 22:24:40 2012
From: git-noreply at pixie.qos.ch (Gitbot)
Date: Mon, 30 Jul 2012 22:24:40 +0200 (CEST)
Subject: [slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch
master updated. v_1.6.6-12-gd74da46
Message-ID: <20120730202440.F414946616A@pixie.qos.ch>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".
The branch, master has been updated
via d74da4635bf1bb026c181e816482f8f81825c734 (commit)
from 024fcd000725f3d572ab801714d61506643140df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=d74da4635bf1bb026c181e816482f8f81825c734
http://github.com/ceki/slf4j/commit/d74da4635bf1bb026c181e816482f8f81825c734
commit d74da4635bf1bb026c181e816482f8f81825c734
Author: Ceki Gulcu
Date: Mon Jul 30 22:22:04 2012 +0200
link to short video
diff --git a/slf4j-site/src/site/pages/docs.html b/slf4j-site/src/site/pages/docs.html
index 2fa7abd..18fa5cf 100644
--- a/slf4j-site/src/site/pages/docs.html
+++ b/slf4j-site/src/site/pages/docs.html
@@ -104,6 +104,11 @@
Logging with SLF4J
by Baptiste Wicht
+
+
+ Steps to use
+ SLF4J short (8 minute) video
+
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/docs.html | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
From ceki at qos.ch Mon Jul 30 22:22:31 2012
From: ceki at qos.ch (Ceki Gulcu)
Date: Mon, 30 Jul 2012 13:22:31 -0700
Subject: [slf4j-dev] [qos-ch/slf4j] d74da4: link to short video
Message-ID: <5016ed07e124_1a1ae77ae86282c@sh2.rs.github.com.mail>
Branch: refs/heads/master
Home: https://github.com/qos-ch/slf4j
Commit: d74da4635bf1bb026c181e816482f8f81825c734
https://github.com/qos-ch/slf4j/commit/d74da4635bf1bb026c181e816482f8f81825c734
Author: Ceki Gulcu
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M slf4j-site/src/site/pages/docs.html
Log Message:
-----------
link to short video