[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.6.2-4-gf6db620
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Fri Oct 7 10:18:39 CEST 2011
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 f6db620268abaf0a99bd934eba431b4b176d73ed (commit)
from e96146a7676a3e39b02ed228e07c383139960b98 (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=f6db620268abaf0a99bd934eba431b4b176d73ed
http://github.com/ceki/slf4j/commit/f6db620268abaf0a99bd934eba431b4b176d73ed
commit f6db620268abaf0a99bd934eba431b4b176d73ed
Author: Ceki Gulcu <ceki at qos.ch>
Date: Fri Oct 7 10:16:37 2011 +0200
edits and addition of a link to direct joran invocation
diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html
index dbbefcf..d38a408 100644
--- a/slf4j-site/src/site/pages/codes.html
+++ b/slf4j-site/src/site/pages/codes.html
@@ -378,14 +378,19 @@
loggers.
</p>
- <p>The only way to obtain output from the listed loggers, is to
- isolate the components invoking these loggers and to exclude them
- from the default configuration. Both logback and log4j allow
- multi-step configuration. It follows that the problematic
- components should be configured in a second step separate from
- default configuration.
+ <p>To obtain output from the listed loggers, isolate the
+ components invoking these loggers and to exclude them from the
+ default configuration. Once default configuration is finished,
+ those excluded components can be configured in a second-step
+ configuration. In principle, both logback and log4j allow
+ multi-step configuration. For logback, second-step configuration
+ is described in the <a
+ href="http://logback.qos.ch/manual/configuration.html#joranDirectly">
+ relevant section.</a>.
</p>
+
+
<p>If you are not interested in the output from any of the
substitute loggers, then no action is required on your part.</p>
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/codes.html | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
More information about the slf4j-dev
mailing list