Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Jun 7, 2012
1 parent b5d1c23 commit 842e621
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
15 changes: 4 additions & 11 deletions logback-site/src/site/pages/manual/configuration.html
Expand Up @@ -42,17 +42,10 @@ <h1>Chapter 3: Logback configuration</h1>
<script src="../templates/creative.js" type="text/javascript"></script>


<p>Joran stands for a cold north-west wind which, every now and
then, blows forcefully on Lake Geneva. Located right in the middle
of Europe, Lake Geneva happens to be the continent's largest
sweet water reserve.
</p>

<p>In the first part, we start by presenting ways for configuring
logback, with many example configuration scripts. In the <a
href="#Joran">second part</a>, we present Joran, a generic
configuration framework, which you can put into use in order to
configure your own applications.
<p>We start by presenting ways for configuring logback, with many
example configuration scripts. <a href="#Joran">Joran</a>, the
configuration framework upon which logback relies will be
presented in a later chaper.

This comment has been minimized.

Copy link
@tony19

tony19 Jun 7, 2012

Contributor

typo
"chaper" -> "chapter"

</p>


Expand Down
8 changes: 8 additions & 0 deletions logback-site/src/site/pages/manual/onJoran.html
Expand Up @@ -39,6 +39,14 @@ <h1>Chapter 11: Joran</h1>
and its salient features.
</p>

<p>Joran stands for a cold north-west wind which, every now and
then, blows forcefully on Lake Geneva. Located right in the middle
of Western-Europe, the surface of Lake Geneva is smaller than many
other European lakes. However, with its average depth of 153
meters, it is unusually deep, and happens to be, by volume, the
largest sweet water reserve in Western-Europe.
</p>

<p>Joran is actually a generic configuration system which can be
used independently of logging. To emphasize this point, we should
mention that the logback-core module does not have a notion of
Expand Down
33 changes: 17 additions & 16 deletions logback-site/src/site/pages/reasonsToSwitch.html
Expand Up @@ -21,11 +21,14 @@

<h2>Reasons to prefer logback over log4j</h2>

<p>Here is a non-exhaustive list of reasons for switching to
logback from log4j. Keep in mind that logback is conceptually very
similar to log4j as both projects were founded by the same
developer. If you are already familiar with log4j, you will
quickly feel at home using logback.</p>
<p>Logback brings a very large number of improvements over log4j,
big and small. There are way too numerous to enumerate

This comment has been minimized.

Copy link
@tony19

tony19 Jun 7, 2012

Contributor

typo

EITHER
"There" -> "They"
OR
"numerous" -> "many"

(I think the latter sounds better)

exhaustively. Nevertheless, here is a non-exhaustive list of
reasons for switching to logback from log4j. Keep in mind that
logback is conceptually very similar to log4j as both projects
were founded by the same developer. If you are already familiar
with log4j, you will quickly feel at home using logback. If you
like log4j, you will probably love logback.</p>

<h3><a name="fasterImpl" href="#fasterImpl">Faster implementation</a></h3>

Expand Down Expand Up @@ -61,7 +64,7 @@ <h3><a name="slf4j" href="#slf4j">logback-classic speaks SLF4J

<h3><a name="docs" href="#docs">Extensive documentation</a></h3>

<p>Logback ships with over two hundred pages of constantly updated
<p>Logback ships with detailed and constantly updated
documentation.</p>

<h3><a name="DSL" href="#DSL">Configuration files in XML or
Expand All @@ -72,8 +75,8 @@ <h3><a name="DSL" href="#DSL">Configuration files in XML or
syntax. However, as of logback version 0.9.22, <a
href="manual/groovy.html">configuration files written in
Groovy</a> are also supported. Compared to XML, Groovy-style
configuration is more intuitive, consistent and has a much
shorter syntax.
configuration is more intuitive, consistent and has a shorter
syntax.
</p>

<p>
Expand All @@ -83,20 +86,18 @@ <h3><a name="DSL" href="#DSL">Configuration files in XML or
logback.groovy</a>.
</p>

<p>We also plan to support configuration files written in
Scala.</p>


<h3><a name="autoScan" href="#autoScan">Automatic reloading of
configuration files</a></h3>

<p>Logback-classic can <a
href="manual/configuration.html#autoScan">automatically reload its
configuration file upon modification</a>. The scanning process is
both fast and safe as it does <em>not</em> involve the creation of
a separate thread for scanning. This technical subtlety ensures
that logback plays well within application servers and more
generally within the JEE environment.</p>
fast, contention-free, and dynamically scales to millions of
invocations per second spread over hunders of threads. It also
plays well within application servers and more generally within
the JEE environment as it does <em>not</em> involve the creation
of a separate thread for scanning.
</p>

<h3><a name="grace" href="#grace">Graceful recovery from I/O
failures</a></h3>
Expand Down

0 comments on commit 842e621

Please sign in to comment.