[slf4j-dev] svn commit: r1322 - slf4j/trunk/slf4j-site/src/site/pages
Thorbjoern Ravn Andersen
ravn at runjva.com
Tue Apr 21 22:26:21 CEST 2009
ceki at slf4j.org skrev:
> Author: ceki
> Date: Tue Apr 21 22:13:07 2009
> New Revision: 1322
>
> Modified:
> slf4j/trunk/slf4j-site/src/site/pages/manual.html
>
> Log:
> - added a section on "logging consolidation via SLF4J"
>
> As Thorbjørn pointed out in revision 1319 as, the section on
> "gradual migration to JCL" stuck out like a sore thumb.
>
I think you should reword the section below so it gets a more neutral
tone. I.e. delete "depressingly" and "highly", and perhaps just note
that slf4j makes it possible to use components with different logging
frameworks in a single facade.
> + <h3><a name="consolidate" href="#consolidate">Consolidate
> + logging via SLF4J</a></h3>
> +
> + <p>Often times, a given project will depend on various
> + components which rely on logging APIs other than SLF4J. It is
> + depressingly common to find projects depending on JCL,
> + java.util.logging, log4j and SLF4J at the same time. It then
> + becomes highly desirable to consolidate logging through a single
> + channel. SLF4J caters for this common use-case by providing
> + bridging modules for JCL, java.util.logging and log4j. For more
> + details, please refer to the chapter on <a
> + href="legacy.html">Bridging legacy APIs</a>.
> + </p>
>
>
--
Thorbjørn Ravn Andersen "...plus... Tubular Bells!"
More information about the slf4j-dev
mailing list