
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 bd0c4d0404d7f3da36eba88853ffd0fc7688b3c6 (commit) from 0e2790488f17ee88f52915e366b58b63f935a6e4 (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=bd0c4d0404d7f3da36eba8885... http://github.com/ceki/logback/commit/bd0c4d0404d7f3da36eba88853ffd0fc7688b3... commit bd0c4d0404d7f3da36eba88853ffd0fc7688b3c6 Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Oct 14 21:37:02 2010 +0200 typo fixes diff --git a/logback-site/src/site/pages/manual/appenders.html b/logback-site/src/site/pages/manual/appenders.html index 29c198f..9c9a3fe 100644 --- a/logback-site/src/site/pages/manual/appenders.html +++ b/logback-site/src/site/pages/manual/appenders.html @@ -2247,7 +2247,7 @@ Context ctx = new InitialContext(env);</pre> <p>In the absence of this option, <code>SMTPAppender</code> is assigned an <a - href="../xref/ch/qos/logback/classic/boolex/OnErrorEvaluator.html">OnErrorEveluator</a> + href="../xref/ch/qos/logback/classic/boolex/OnErrorEvaluator.html">OnErrorEvaluator</a> instance which triggers email transmission when it encounters an event of level <em>ERROR</em> or higher. </p> @@ -2427,7 +2427,7 @@ Context ctx = new InitialContext(env);</pre> must be set. Yahoo!Mail's support for HTML email, in particular its CSS support is very good. GMail on the other hand, while it honors the basic HTML table structure, ignores the internal CSS - formatting. Gmail supports inline CSS formatitng but since inline + formatting. Gmail supports inline CSS formatting but since inline CSS would make the resulting output too voluminous, <code>HTMLLayout</code> does not use inline CSS. </p> @@ -2439,7 +2439,7 @@ Context ctx = new InitialContext(env);</pre> href="../xref/ch/qos/logback/classic/boolex/OnErrorEvaluator.html">OnErrorEveluator</a> instance which triggers email transmission when it encounters an event of level ERROR. While triggering an outgoing email in - response to an error is relatively reasonably, it is possible to + response to an error is relatively reasonable, it is possible to override this default behavior by providing a different implementation of the <code>EventEvaluator</code> interface. </p> ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/manual/appenders.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.