[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.24-6-g10b6686
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Fri Jul 30 14:23:25 CEST 2010
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 "Logback: the generic, reliable, fast and flexible logging framework.".
The branch, master has been updated
via 10b6686ab92a53f860b14953ce8493d5c3534a46 (commit)
from 15b5239b5d583a86877b79e77336729317cf2dc0 (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=logback.git;a=commit;h=10b6686ab92a53f860b14953ce8493d5c3534a46
http://github.com/ceki/logback/commit/10b6686ab92a53f860b14953ce8493d5c3534a46
commit 10b6686ab92a53f860b14953ce8493d5c3534a46
Author: Ceki Gulcu <ceki at qos.ch>
Date: Fri Jul 30 14:18:14 2010 +0200
- minor edits in configuration.html
- correct tag names in codes.html#layoutInsteadOfEncoder
diff --git a/logback-site/src/site/pages/codes.html b/logback-site/src/site/pages/codes.html
index 27607c5..8a936c8 100644
--- a/logback-site/src/site/pages/codes.html
+++ b/logback-site/src/site/pages/codes.html
@@ -87,7 +87,7 @@
...
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<pattern>%msg%n</pattern>
- </encode>
+ </encoder>
</appender> </pre>
<p class="green bold">or the shorter equivalent (GOOD)</p>
@@ -99,7 +99,7 @@
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%msg%n</pattern>
- </encode>
+ </encoder>
</appender> </pre>
diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html
index 533ebef..1a28588 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -378,8 +378,9 @@ public class Foo {
printed.
</p>
- <h3>Specifying the location of the default configuration file as a
- system property</h3>
+ <h3><a name="configFileProperty"
+ href="#configFileProperty">Specifying the location of the default
+ configuration file as a system property</a></h3>
<p>If you wish, you can specify the location of the default
configuration file with a system property named
@@ -469,7 +470,8 @@ public class Foo {
- <h3>Invoking <code>JoranConfigurator</code> directly</h3>
+ <h3><a name="joranDirectly" href="#joranDirectly">Invoking
+ <code>JoranConfigurator</code> directly</a></h3>
<p>Logback relies on a configuration library called Joran which is
part of logback-core. Logback's default configuration mechanism
-----------------------------------------------------------------------
Summary of changes:
logback-site/src/site/pages/codes.html | 4 ++--
.../src/site/pages/manual/configuration.html | 8 +++++---
2 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list