[logback-dev] svn commit: r1959 - in logback/trunk/logback-site/src/site/pages: . manual templates
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Tue Nov 11 12:39:39 CET 2008
Author: ceki
Date: Tue Nov 11 12:39:39 2008
New Revision: 1959
Added:
logback/trunk/logback-site/src/site/pages/manual/menu.js
- copied unchanged from r1954, /logback/trunk/logback-site/src/site/pages/manual/index_menu.js
Removed:
logback/trunk/logback-site/src/site/pages/manual/index_menu.js
Modified:
logback/trunk/logback-site/src/site/pages/bugreport.html
logback/trunk/logback-site/src/site/pages/documentation.html
logback/trunk/logback-site/src/site/pages/download.html
logback/trunk/logback-site/src/site/pages/index.html
logback/trunk/logback-site/src/site/pages/license.html
logback/trunk/logback-site/src/site/pages/mailinglist.html
logback/trunk/logback-site/src/site/pages/manual/appenders.html
logback/trunk/logback-site/src/site/pages/manual/architecture.html
logback/trunk/logback-site/src/site/pages/manual/contextSelector.html
logback/trunk/logback-site/src/site/pages/manual/filters.html
logback/trunk/logback-site/src/site/pages/manual/index.html
logback/trunk/logback-site/src/site/pages/manual/introduction.html
logback/trunk/logback-site/src/site/pages/manual/jmxConfig.html
logback/trunk/logback-site/src/site/pages/manual/joran.html
logback/trunk/logback-site/src/site/pages/manual/layouts.html
logback/trunk/logback-site/src/site/pages/manual/mdc.html
logback/trunk/logback-site/src/site/pages/news.html
logback/trunk/logback-site/src/site/pages/repos.html
logback/trunk/logback-site/src/site/pages/support.html
logback/trunk/logback-site/src/site/pages/team.html
logback/trunk/logback-site/src/site/pages/templates/creative.js
logback/trunk/logback-site/src/site/pages/templates/header.js
logback/trunk/logback-site/src/site/pages/templates/left.js
Log:
- as a result of renaming and refactoring of css files, updating references in html files
Modified: logback/trunk/logback-site/src/site/pages/bugreport.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/bugreport.html (original)
+++ logback/trunk/logback-site/src/site/pages/bugreport.html Tue Nov 11 12:39:39 2008
@@ -1,90 +1,90 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Bug report</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
- <script>
-prefix='';
-</script>
-
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-<div id="content">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Bug report</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+ </head>
+ <body>
+ <script>prefix='';</script>
+
+ <script src="templates/header.js"></script>
+ <div id="left">
+ <script src="templates/left.js"></script>
+ </div>
+ <div id="content">
-<h2>Before you report a bug</h2>
+ <h2>Before you report a bug</h2>
- <p>The logback community consists of those who use logback and its
- modules, help answer questions on discussions lists, contribute
- documentation and patches, and those who develop and maintain its
- code. Almost all those who assist on a day to day basis resolving
- bug reports do this for a wide variety of reasons, and almost all of
- them do this on their own time.</p>
-
- <p>Many bugs reported end up not being a bug in logback, but are due
- to misconfiguration, problems caused by installed applications, the
- operating system, etc.
- </p>
-
- <p>Before reporting a bug please make every effort to resolve the
- problem yourself. Just reporting a bug will not fix it. A good bug
- report includes a detailed description of the problem and a succinct
- test case which can reproduce the problem.
- </p>
-
- <h3>Review the documentation</h3>
-
- <p>Review the documentation for the version of component you are
- using. The problem you are having may already be addressed in the
- docs.
- </p>
-
- <h3>Search the mailing list archives</h3>
-
- <p>It is very likely you are not the first to run into a problem.
- Others may have already found a solution. Our various mailing lists
- are likely to have discussed this problem before.
- </p>
-
- <h3>Search JIRA</h3>
-
- <p>Please search the bug database to see if the bug you are seeing
- has already been reported. The bug may have already been fixed and
- is available in a later version. If someone else has reported the
- same bug, you could add supporting information to help reproduce and
- resolve the bug.
- </p>
-
- <ul>
- <li><a href="http://jira.qos.ch/secure/IssueNavigator.jspa">Search
- for logback bugs</a></li>
- </ul>
-
- <h2>Reporting with bugs</h2>
-
- <p> Only after you have exhausted the aforementioned steps, should
- you file a formal report in JIRA, our bug tracking system.
- </p>
-
- <p>Please make sure you provide as much information as possible.
- Its very hard to fix a bug if the person looking into the problem
- can't reproduce it.
- </p>
-
- <ul>
- <li><a
- href="http://jira.qos.ch/secure/CreateIssue!default.jspa">Report
- new logback bug</a></li>
- </ul>
-
-<script src="templates/footer.js"></script>
+ <p>The logback community consists of those who use logback and its
+ modules, help answer questions on discussions lists, contribute
+ documentation and patches, and those who develop and maintain its
+ code. Almost all those who assist on a day to day basis resolving
+ bug reports do this for a wide variety of reasons, and almost all
+ of them do this on their own time.</p>
+
+ <p>Many bugs reported end up not being a bug in logback, but are
+ due to misconfiguration, problems caused by installed
+ applications, the operating system, etc.
+ </p>
+
+ <p>Before reporting a bug please make every effort to resolve the
+ problem yourself. Just reporting a bug will not fix it. A good
+ bug report includes a detailed description of the problem and a
+ succinct test case which can reproduce the problem.
+ </p>
+
+ <h3>Review the documentation</h3>
+
+ <p>Review the documentation for the version of component you are
+ using. The problem you are having may already be addressed in the
+ docs.
+ </p>
+
+ <h3>Search the mailing list archives</h3>
+
+ <p>It is very likely you are not the first to run into a problem.
+ Others may have already found a solution. Our various mailing lists
+ are likely to have discussed this problem before.
+ </p>
+
+ <h3>Search JIRA</h3>
+
+ <p>Please search the bug database to see if the bug you are seeing
+ has already been reported. The bug may have already been fixed
+ and is available in a later version. If someone else has reported
+ the same bug, you could add supporting information to help
+ reproduce and resolve the bug.
+ </p>
+
+ <ul>
+ <li><a href="http://jira.qos.ch/secure/IssueNavigator.jspa">Search
+ for logback bugs</a></li>
+ </ul>
+
+ <h2>Reporting with bugs</h2>
+
+ <p>Only after you have exhausted the aforementioned steps, should
+ you file a formal report in JIRA, our bug tracking system.
+ </p>
+
+ <p>Please make sure you provide as much information as possible.
+ Its very hard to fix a bug if the person looking into the problem
+ can't reproduce it.
+ </p>
+
+ <ul>
+ <li><a
+ href="http://jira.qos.ch/secure/CreateIssue!default.jspa">Report
+ new logback bug</a></li>
+ </ul>
+
+ <script src="templates/footer.js"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/documentation.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/documentation.html (original)
+++ logback/trunk/logback-site/src/site/pages/documentation.html Tue Nov 11 12:39:39 2008
@@ -1,22 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Documentation</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
- <script>
-prefix='';
-</script>
-
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-
-<div id="content">
-
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Documentation</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+ </head>
+ <body>
+ <script type="text/javascript">prefix='';</script>
+
+ <script src="templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="templates/left.js" type="text/javascript"></script>
+ </div>
+
+ <div id="content">
+
<h2>Logback documentation</h2>
<p>Below is a list of logback-related documentaiton currently
@@ -84,7 +84,7 @@
</ul>
-<script src="templates/footer.js"></script>
+ <script src="templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/download.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/download.html (original)
+++ logback/trunk/logback-site/src/site/pages/download.html Tue Nov 11 12:39:39 2008
@@ -1,20 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Download</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Download</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+ </head>
+ <body>
<script>
-prefix='';
-</script>
+ prefix='';
+ </script>
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-<div id="content">
+ <script src="templates/header.js"></script>
+ <div id="left">
+ <script src="templates/left.js"></script>
+ </div>
+ <div id="content">
<div class="section">
Modified: logback/trunk/logback-site/src/site/pages/index.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/index.html (original)
+++ logback/trunk/logback-site/src/site/pages/index.html Tue Nov 11 12:39:39 2008
@@ -1,22 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Logback Home</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
- <script>
-prefix='';
-</script>
-
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-<div id="content">
-
-
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Logback Home</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script type="text/javascript">prefix='';</script>
+ <script src="templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
+
<h2>Logback Project</h2>
<p>Logback is intended as a successor to the popular log4j
@@ -54,7 +53,7 @@
logback-core.
</p>
-<script src="templates/footer.js"></script>
-</div>
-</body>
+ <script src="templates/footer.js" type="text/javascript"></script>
+ </div>
+ </body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/license.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/license.html (original)
+++ logback/trunk/logback-site/src/site/pages/license.html Tue Nov 11 12:39:39 2008
@@ -1,33 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>License</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
-<script>
-prefix='';
-</script>
-
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-<div id="content">
-
- <div class="section">
- <h2>Logback License</h2>
- </div>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>License</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script>prefix='';</script>
+
+ <script src="templates/header.js"></script>
+ <div id="left">
+ <script src="templates/left.js"></script>
+ </div>
+ <div id="content">
+
+ <div class="section">
+ <h2>Logback License</h2>
+ </div>
- <p>Logback source code and binaries are distributed under the <a
- href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General
- Public License version 2.1</a> as published by the Free Software
- Foundation.
- </p>
+ <p>Logback source code and binaries are distributed under the <a
+ href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General
+ Public License version 2.1</a> as published by the Free Software
+ Foundation.
+ </p>
- <div class="source"><pre>Logback: the reliable, generic, fast and flexible logging library for Java.
+ <p class="source">Logback: the reliable, generic, fast and flexible logging library for Java.
Copyright (C) 2000-2008, QOS.ch
@@ -45,21 +46,21 @@
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
-</pre></div>
-
-<!-- =========================================== -->
-
-<p>Please note that logback is intended to be used behind the SLF4J
-API, which is licensed under <a
-href="http://www.slf4j.org/license.html">an X11 type license</a>.
-</p>
-
-<p>If you wish to make a significant contribution to the logback
-project, we invite you to file <a href="cla.txt">Contributor License
-Agreement</a>. The purpose of this agreement is to formalize the terms
-of your contribution and to protect the project in case of litigation.
-</p>
+ </p>
+ <!-- =========================================== -->
+
+ <p>Please note that logback is intended to be used behind the SLF4J
+ API, which is licensed under <a
+ href="http://www.slf4j.org/license.html">an X11 type license</a>.
+ </p>
+
+ <p>If you wish to make a significant contribution to the logback
+ project, we invite you to file <a href="cla.txt">Contributor License
+ Agreement</a>. The purpose of this agreement is to formalize the terms
+ of your contribution and to protect the project in case of litigation.
+ </p>
+
<script src="templates/footer.js"></script>
</div>
</body>
Modified: logback/trunk/logback-site/src/site/pages/mailinglist.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/mailinglist.html (original)
+++ logback/trunk/logback-site/src/site/pages/mailinglist.html Tue Nov 11 12:39:39 2008
@@ -3,7 +3,10 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Mailing lists</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
+
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
</head>
<body>
<script>
Modified: logback/trunk/logback-site/src/site/pages/manual/appenders.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/appenders.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/appenders.html Tue Nov 11 12:39:39 2008
@@ -1,47 +1,42 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 4: Appenders</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
-
-</head>
-<body>
-<script>
- prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
-
-<script src="../templates/left.js" language="JavaScript" type="text/javascript">
-</script>
-
-</div>
-
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-
-<div id="content">
-
- <h1>Chapter 4: Appenders</h1>
-
- <div class="quote">
-
- <p><em>There is so much to tell about the Western country in that
- day that it is hard to know where to start. One thing sets off a
- hundred others. The problem is to decide which one to tell
- first.</em></p>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 4: Appenders</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+
+ <div id="content">
+
+ <h1>Chapter 4: Appenders</h1>
+
+ <div class="quote">
+
+ <p><em>There is so much to tell about the Western country in
+ that day that it is hard to know where to start. One thing sets
+ off a hundred others. The problem is to decide which one to tell
+ first.</em></p>
- <p>—JOHN STEINBECK, <em>East of Eden</em></p>
- </div>
+ <p>—JOHN STEINBECK, <em>East of Eden</em></p>
+ </div>
- <script src="../templates/creative.js"></script>
- <script src="../templates/setup.js"></script>
+ <script src="../templates/creative.js" type="text/javascript"></script>
+ <script src="../templates/setup.js" type="text/javascript"></script>
- <h2>What is an Appender?</h2>
+ <h2>What is an Appender?</h2>
<p>Logback delegates the task of writing a logging event to
components called appenders. Appenders must implement the <a
@@ -3309,10 +3304,10 @@
</p>
-<script src="../templates/footer.js"></script>
-
+ <script src="../templates/footer.js" type="text/javascript"></script>
-</div>
+ </div>
+
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/architecture.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/architecture.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/architecture.html Tue Nov 11 12:39:39 2008
@@ -1,24 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 2: Architecture</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
-
-</head>
-<body>
- <script>
-prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 2: Architecture</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script type="text/javascript">
+ prefix='../';
+ </script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
<h1>Chapter 2: Architecture</h1>
@@ -36,7 +37,7 @@
</div>
- <script src="../templates/creative.js"></script>
+ <script src="../templates/creative.js" type="text/javascript"></script>
<h2>Logback's architecture</h2>
@@ -885,7 +886,7 @@
</p>
-<script src="../templates/footer.js"></script>
+ <script src="../templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/contextSelector.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/contextSelector.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/contextSelector.html Tue Nov 11 12:39:39 2008
@@ -1,48 +1,47 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 8: Context Selector</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
-
-</head>
-<body>
- <script>
-prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 8: Context Selector</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
- <h2>Chapter 9: Context Selectors</h2>
-
- <div class="quote">
- <p><em>It is not knowledge, but the act of learning, not
- possession but the act of getting there, which grants the greatest
- enjoyment. When I have clarified and exhausted a subject, then I
- turn away from it, in order to go into darkness again; the
- never-satisfied man is so strange if he has completed a structure,
- then it is not in order to dwell in it peacefully, but in order to
- begin another. I imagine the world conqueror must feel thus, who,
- after one kingdom is scarcely conquered, stretches out his arms
- for others.</em></p>
-
- <p>—KARL FRIEDRICH GAUSS, Letter to Bolyai, 1808.</p>
-
- <p><em>Style, like sheer silk, too often hides eczema.</em></p>
-
- <p>—ALBERT CAMUS, <em>The Fall</em></p>
+ <h2>Chapter 9: Context Selectors</h2>
+
+ <div class="quote">
+ <p><em>It is not knowledge, but the act of learning, not
+ possession but the act of getting there, which grants the greatest
+ enjoyment. When I have clarified and exhausted a subject, then I
+ turn away from it, in order to go into darkness again; the
+ never-satisfied man is so strange if he has completed a structure,
+ then it is not in order to dwell in it peacefully, but in order to
+ begin another. I imagine the world conqueror must feel thus, who,
+ after one kingdom is scarcely conquered, stretches out his arms
+ for others.</em></p>
+
+ <p>—KARL FRIEDRICH GAUSS, Letter to Bolyai, 1808.</p>
+
+ <p><em>Style, like sheer silk, too often hides eczema.</em></p>
+
+ <p>—ALBERT CAMUS, <em>The Fall</em></p>
- </div>
+ </div>
- <script src="../templates/creative.js"></script>
- <script src="../templates/setup.js"></script>
+ <script src="../templates/creative.js" type="text/javascript"></script>
+ <script src="../templates/setup.js" type="text/javascript"></script>
<h3>Introduction</h3>
@@ -131,10 +130,10 @@
<em>Configuration</em> element:
</p>
-<div class="source"><pre><Call class="java.lang.System" name="setProperty">
+ <p class="source"><Call class="java.lang.System" name="setProperty">
<Arg>logback.ContextSelector</Arg>
<Arg>JNDI</Arg>
-</Call></pre></div>
+</Call></p>
<p>Be aware that adding a <em>-Dlogback.ContextSelector=JNDI</em>
to the java command when starting the server will not work. By
@@ -176,35 +175,34 @@
xml configuration file. It can be declared as shown below:
</p>
-<div class="source"><pre><env-entry>
+ <p class="source"><env-entry>
<description>URL for configuring logback context</description>
<env-entry-name>logback/configuration-resource</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>logback-app-A.xml</env-entry-value>
-</env-entry></pre></div>
+</env-entry></p>
<p>Specifying only the name of the file will lead logback to search
for it in the Web application's <em>WEB-INF/classes/</em>
directory.</p>
- <p>
- When the Web application is recycled or shutdown, it is very often
- useful to recycle the associated <code>LoggerContext</code>. This
- can be done by installing a <code>ServletContextListener</code>
- which will detach the context from the <code>ContextSelector</code>
- and shut it down.
+ <p>When the Web application is recycled or shutdown, it is very
+ often useful to recycle the associated
+ <code>LoggerContext</code>. This can be done by installing a
+ <code>ServletContextListener</code> which will detach the context
+ from the <code>ContextSelector</code> and shut it down.
</p>
-<p>
-The <a href="../xref/ch/qos/logback/classic/selector/servlet/ContextDetachingSCL.html">
-<code>ContextDetachingSCL</code></a> class which
-ships with logback does exactly that. To use it, add the following
-lines to your Web application's <em>web.xml</em> file.
-</p>
+ <p>The <a
+ href="../xref/ch/qos/logback/classic/selector/servlet/ContextDetachingSCL.html">
+ <code>ContextDetachingSCL</code></a> class which ships with logback
+ does exactly that. To use it, add the following lines to your Web
+ application's <em>web.xml</em> file.
+ </p>
-<div class="source"><pre><listener>
+ <p class="source"><listener>
<listener-class>ch.qos.logback.classic.selector.servlet.ContextDetachingSCL</listener-class>
-</listener></pre></div>
+</listener></p>
<p>Using the <code>ContextJNDISelector</code> might slow down your
@@ -233,27 +231,26 @@
<code>LoggerContext</code>.
</p>
- <p>The <code>LoggerContextFilter</code> can be used by adding the following
-lines to your Web application's <em>web.xml</em> file.
-</p>
+ <p>The <code>LoggerContextFilter</code> can be used by adding the
+ following lines to your Web application's <em>web.xml</em> file.
+ </p>
-<div class="source"><pre><filter>
+ <p class="source"><filter>
<filter-name>LoggerContextFilter</filter-name>
<filter-class>ch.qos.logback.classic.selector.servlet.LoggerContextFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>LoggerContextFilter</filter-name>
<url-pattern>/*</url-pattern>
-</filter-mapping></pre></div>
+</filter-mapping></p>
-<h4>Some recommandations</h4>
+ <h4>Some recommandations</h4>
-<p>
-To avoid confusion, it is prudent to name each Web application
-in the <em>web.xml</em> file, as in:
-</p>
+ <p>To avoid confusion, it is prudent to name each Web application in
+ the <em>web.xml</em> file, as in:
+ </p>
-<div class="source"><pre><display-name>Name_Of_My_WebApp</display-name></pre></div>
+ <p class="source"><display-name>Name_Of_My_WebApp</display-name></p>
<p>We recommend that you name logback configuration resources
uniquely. In particualar, avoid naming the logback configuration
@@ -272,9 +269,9 @@
configured using the same file as that used to configure the default
context. Such involuntary sharing of the same configuration by
multiple repositories will result in corrupt log output.
-</p>
+ </p>
-<script src="../templates/footer.js"></script>
+ <script src="../templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/filters.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/filters.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/filters.html Tue Nov 11 12:39:39 2008
@@ -1,36 +1,36 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 6: Filters</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
-
-</head>
-<body>
- <script>
-prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 6: Filters</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
+
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
- <h1>Chapter 6: Filter chains</h1>
+ <h1>Chapter 6: Filter chains</h1>
- <div class="quote">
- <p><em>Have lots of ideas and throw away the bad ones. You aren't
- going to have good ideas unless you have lots of ideas and some
- sort of principle of selection.</em></p>
+ <div class="quote">
+ <p><em>Have lots of ideas and throw away the bad ones. You aren't
+ going to have good ideas unless you have lots of ideas and some
+ sort of principle of selection.</em></p>
+
+ <p>—LINUS PAULING</p>
+ </div>
- <p>—LINUS PAULING</p>
- </div>
-
- <script src="../templates/creative.js"></script>
+ <script src="../templates/creative.js" type="text/javascript"></script>
<p>As we have seen, logback has several built-in ways for
@@ -44,7 +44,7 @@
filtering policy.
</p>
- <script src="../templates/setup.js"></script>
+ <script src="../templates/setup.js" type="text/javascript"></script>
<p>
There are two main types of filters, namely <code>Filter</code> and
@@ -706,8 +706,8 @@
CSS resources. Here is what such a configuration would look like:
</p>
-<em>Example 6.10: Access Evaluator (logback-examples/src/main/java/chapter6/accessEventEvaluator2.xml)</em>
-<div class="source"><pre><configuration>
+ <em>Example 6.10: Access Evaluator (logback-examples/src/main/java/chapter6/accessEventEvaluator2.xml)</em>
+ <p class="source"><configuration>
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">
@@ -733,8 +733,11 @@
</appender>
<appender-ref ref="STDOUT" />
-</configuration></pre></div>
-
- </div>
+</configuration>
+ </p>
+
+ <script src="../templates/footer.js" type="text/javascript"></script>
+
+ </div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/index.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/index.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/index.html Tue Nov 11 12:39:39 2008
@@ -1,24 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Logback Manual</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-</head>
-<body>
- <script>
-prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
-
- <h2>The logback manual</h2>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Logback Manual</title>
+
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
+
+ <h2>The logback manual</h2>
<p>The complete logback manual documents the latest version of
logback framework. In over 140 pages and dozens of concrete
@@ -100,9 +102,13 @@
<a href="contextSelector.html"><b>Chapter 8: Context Selector</b></a>
</p></li>
+ <li><p>
+ <a href="jmxConfigurator.html"><b>Chapter 9: JMX Configurator</b></a>
+ </p></li>
</ul>
</div>
-<script src="../templates/footer.js"></script>
-</div>
-</body>
+
+ <script src="../templates/footer.js" type="text/javascript"></script>
+ </div>
+ </body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/introduction.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/introduction.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/introduction.html Tue Nov 11 12:39:39 2008
@@ -1,60 +1,59 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 1: Introduction</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css"/>
-
-</head>
-<body>
- <script>
-prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
-
- <h1>Introduction</h1>
-
- <div class="quote">
- <p><em> The morale effects are startling. Enthusiasm jumps when
- there is a running system, even a simple one. Efforts redouble when
- the first picture from a new graphics software system appears on the
- screen, even if it is only a rectangle. One always has, at every
- stage in the process, a working system. I find that teams can grow
- much more complex entities in four months than they can
- build.</em></p>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 1: Introduction</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
- <p>—FREDERIC P. BROOKS, JR., <em>The Mythical Man-Month</em></p>
- </div>
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"> </script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
+
+ <h1>Introduction</h1>
+
+ <div class="quote">
+ <p><em> The morale effects are startling. Enthusiasm jumps when
+ there is a running system, even a simple one. Efforts redouble when
+ the first picture from a new graphics software system appears on the
+ screen, even if it is only a rectangle. One always has, at every
+ stage in the process, a working system. I find that teams can grow
+ much more complex entities in four months than they can
+ build.</em></p>
+
+ <p>—FREDERIC P. BROOKS, JR., <em>The Mythical Man-Month</em></p>
+ </div>
- <script src="../templates/creative.js"></script>
+ <script src="../templates/creative.js" type="text/javascript"></script>
<h2>What is logback?</h2>
- <p>
- Logback is intended as a successor to the popular log4j project.
- It was designed by Ceki Gülcü, log4j's founder. It
- builds upon a decade long experience gained in designing
- industrial-strength logging systems. The resulting product,
- logback is faster with a smaller footprint than all existing
- logging systems, sometimes by a wide margin. Logback also offers
- unique and rather useful features such as Markers, parameterized
- logging statements, conditional stack tracing and powerful event
- filtering. These are only few examples of useful features
- logback has to offer. For its own error reporting, logback
- relies on <code>Status</code> objects, which greatly facilitate
- troubleshooting. You may wish to rely on Status objects in
- contexts other than logging. Logback-core bundles Joran, a
- powerful and generic configuration system, which can be put to
- use in your own projects to great effect.
+ <p>Logback is intended as a successor to the popular log4j
+ project. It was designed by Ceki Gülcü, log4j's
+ founder. It builds upon a decade long experience gained in
+ designing industrial-strength logging systems. The resulting
+ product, logback is faster with a smaller footprint than all
+ existing logging systems, sometimes by a wide margin. Logback also
+ offers unique and rather useful features such as Markers,
+ parameterized logging statements, conditional stack tracing and
+ powerful event filtering. These are only few examples of useful
+ features logback has to offer. For its own error reporting,
+ logback relies on <code>Status</code> objects, which greatly
+ facilitate troubleshooting. You may wish to rely on Status objects
+ in contexts other than logging. Logback-core bundles Joran, a
+ powerful and generic configuration system, which can be put to use
+ in your own projects to great effect.
</p>
<h2>First Baby Step</h2>
@@ -283,7 +282,7 @@
</table>
-<script src="../templates/footer.js"></script>
+ <script src="../templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/jmxConfig.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/jmxConfig.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/jmxConfig.html Tue Nov 11 12:39:39 2008
@@ -2,8 +2,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
- <link rel="stylesheet" type="text/css" href="../css/site.css" media="screen" />
- <link rel="stylesheet" type="text/css" href="../css/sitePrint.css" media="print" />
+
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
<title>JMX Configuration</title>
</head>
<body>
@@ -15,7 +18,7 @@
<script src="../templates/left.js" type="text/javascript"></script>
</div>
<div id="right">
- <script src="index_menu.js" type="text/javascript"></script>
+ <script src="menu.js" type="text/javascript"></script>
</div>
<div id="content">
@@ -390,7 +393,7 @@
-<script src="templates/footer.js"></script>
-</div>
+ <script src="templates/footer.js" type="text/javascript"></script>
+ </div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/joran.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/joran.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/joran.html Tue Nov 11 12:39:39 2008
@@ -1,24 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter3: Logback configuration & Joran</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
-
-
-</head>
-<body>
- <script type="text/javascript">prefix='../'</script>
- <script type="text/javascript" src="../templates/header.js"></script>
-<div id="left">
- <script type="text/javascript" src="../templates/left.js"></script>
-</div>
-<div id="right"><script type="text/javascript" src="index_menu.js"></script></div>
-<div id="content" class="chapter">
-
- <h1>Chapter 3: Logback configuration & Joran</h1>
-
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter3: Logback configuration & Joran</title>
+
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../'</script>
+ <script src="../templates/header.js" type="text/javascript">
+ </script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript">
+ </script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content" class="chapter">
+
+ <h1>Chapter 3: Logback configuration & Joran</h1>
+
<div class="quote">
<p><em>In symbols one observes an advantage in discovery which
is greatest when they express the exact nature of a thing
@@ -29,7 +33,7 @@
</div>
- <script type="text/javascript" src="../templates/creative.js">
+ <script src="../templates/creative.js" type="text/javascript">
</script>
@@ -1170,13 +1174,13 @@
<em>Example 3.<span class="autoEx"/>: File include
(logback-examples/src/main/java/chapter3/includedConfig.xml)</em>
- <div class="source"><pre><b class="green"><included></b>
+ <p class="source"><b class="green"><included></b>
<appender name="includedConsole" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>"%d - %m%n"</Pattern>
</layout>
</appender>
-<b class="green"></included></b></pre></div>
+<b class="green"></included></b></p>
<p>The file to be included can be referenced as a file, as a URL or
as a resource. To reference a file use the <span
@@ -1189,7 +1193,7 @@
-<script src="../templates/footer.js"></script>
+ <script src="../templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/layouts.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/layouts.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/layouts.html Tue Nov 11 12:39:39 2008
@@ -1,26 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 5: Layouts</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 5: Layouts</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
-</head>
+
+ </head>
<body>
- <script>
-prefix='../';
-</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
-
- <h1>Chapter 5: Layouts</h1>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
+
+ <h1>Chapter 5: Layouts</h1>
<div class="quote">
<p>TCP implementations will follow a general principle of
@@ -30,8 +30,8 @@
<p>—JON POSTEL, RFC 793</p>
</div>
- <script src="../templates/creative.js"></script>
- <script src="../templates/setup.js"></script>
+ <script src="../templates/creative.js" type="text/javascript"></script>
+ <script src="../templates/setup.js" type="text/javascript"></script>
<h2>What is a layout?</h2>
@@ -381,7 +381,7 @@
described in the table below. When multiple conversion words are
listed on the left column, they should be considered as aliases.
</p>
-
+
<table class="bodyTable" border="0">
<tr>
<th>Conversion Word</th>
@@ -452,20 +452,17 @@
</td>
<td>
- <p>
- Used to output the fully qualified class name of
- the caller issuing the logging request.
+ <p>Used to output the fully qualified class name of the
+ caller issuing the logging request.
</p>
- <p>
- Just like the <em>%logger</em> conversion word above, this
- word can take an interger as it's first option and use its
- abbreviation algorithm to shorten the class name. By
- default the class name is output in full.
- </p>
- <p>
- Generating the caller class information is not particularly fast.
- Thus, it's use should be avoided unless
- execution speed is not an issue.
+ <p> Just like the <em>%logger</em> conversion word above,
+ this word can take an interger as it's first option and use
+ its abbreviation algorithm to shorten the class name. By
+ default the class name is output in full.
+ </p>
+ <p>Generating the caller class information is not
+ particularly fast. Thus, it's use should be avoided unless
+ execution speed is not an issue.
</p>
</td>
</tr>
@@ -492,7 +489,7 @@
actual date is Friday 20th of October, 2006 and that the
author finished his meal a short while ago.</p>
- <table class="bodyTable" CELLPADDING="8">
+ <table class="bodyTable" cellpadding="8">
<tr class="a">
<th>Conversion Pattern</th>
<th>Result</th>
@@ -823,15 +820,15 @@
<p>Here is an example:</p>
- <p class="source">java.lang.NullPointerException
- at com.xyz.Wombat(Wombat.java:57) <b><span class="red">~</span>[wombat-1.3.jar:1.3]</b>
- at com.xyz.Wombat(Wombat.java:76) ~[wombat-1.3.jar:1.3]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.5.0_06]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[na:1.5.0_06]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.5.0_06]
- at java.lang.reflect.Method.invoke(Method.java:585) ~[na:1.5.0_06]
- at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59) [junit-4.4.jar:na]
- at org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98) [junit-4.4.jar:na]
+ <p class="source small">java.lang.NullPointerException
+ at com.xyz.Wombat(Wombat.java:57) <b><span class="red">~</span>[wombat-1.3.jar:1.3]</b>
+ at com.xyz.Wombat(Wombat.java:76) ~[wombat-1.3.jar:1.3]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.5.0_06]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[na:1.5.0_06]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.5.0_06]
+ at java.lang.reflect.Method.invoke(Method.java:585) ~[na:1.5.0_06]
+ at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59) [junit-4.4.jar:na]
+ at org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98) [junit-4.4.jar:na]
...etc </p>
<p>Logback goes to great lengths to ensure that the class
@@ -1988,7 +1985,8 @@
-<script src="../templates/footer.js"></script>
+
+ <script src="../templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/manual/mdc.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/mdc.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/mdc.html Tue Nov 11 12:39:39 2008
@@ -1,47 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Chapter 7: Diagnostic Context</title>
-<link rel="stylesheet" type="text/css" media="screen" href="../css/site.css" />
-<link rel="stylesheet" type="text/css" media="print" href="../css/sitePrint.css" />
-
-</head>
-<body>
-<script>prefix='../';</script>
-<script src="../templates/header.js"></script>
-<div id="left">
- <script src="../templates/left.js"></script>
-</div>
-<div id="right">
- <script src="index_menu.js"></script>
-</div>
-<div id="content">
-
- <h1>Chapter 7: Mapped Diagnostic Context</h1>
-
- <div class="quote">
- <p><em>Lock the doors.</em></p>
- <p>—LEROY CAIN, Flight Director, Columbia Mission Control</p>
- </div>
-
- <script src="../templates/creative.js"></script>
-
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Chapter 7: Diagnostic Context</title>
+ <link rel="stylesheet" type="text/css" href="../css/common.css" />
+ <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script type="text/javascript">prefix='../';</script>
+ <script src="../templates/header.js" type="text/javascript"></script>
+ <div id="left">
+ <script src="../templates/left.js" type="text/javascript"></script>
+ </div>
+ <div id="right">
+ <script src="menu.js" type="text/javascript"></script>
+ </div>
+ <div id="content">
+
+ <h1>Chapter 7: Mapped Diagnostic Context</h1>
+
+ <div class="quote">
+ <p><em>Lock the doors.</em></p>
+ <p>—LEROY CAIN, Flight Director, Columbia Mission Control</p>
+ </div>
+
+ <script src="../templates/creative.js" type="text/javascript"></script>
+
<p>One of the design goals of logback is to audit and debug
- complex distributed applications. Most real-world distributed
- systems need to deal with multiple clients simultaneously. In a
- typical multithreaded implementation of such a system, different
- threads will handle different clients. A possible but discouraged
- approach to differentiate the logging output of one client from
- another consists of instantiating a new and separate logger for
- each client. This technique promotes the proliferation of loggers
- and considerably increases their management overhead.
+ complex distributed applications. Most real-world distributed
+ systems need to deal with multiple clients simultaneously. In a
+ typical multithreaded implementation of such a system, different
+ threads will handle different clients. A possible but discouraged
+ approach to differentiate the logging output of one client from
+ another consists of instantiating a new and separate logger for
+ each client. This technique promotes the proliferation of loggers
+ and considerably increases their management overhead.
</p>
- <script src="../templates/setup.js"></script>
+ <script src="../templates/setup.js" type="text/javascript"></script>
- <p>A lighter technique consists of uniquely stamping each log
+ <p>A lighter technique consists of uniquely stamping each log
request servicing a given client. Neil Harrison described this
method in the book <em>Patterns for Logging Diagnostic
Messages</em> in Pattern Languages of Program Design 3, edited by
@@ -633,7 +634,7 @@
</p>
-<script src="../templates/footer.js"></script>
+ <script src="../templates/footer.js" type="text/javascript"></script>
</div>
</body>
</html>
Modified: logback/trunk/logback-site/src/site/pages/news.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/news.html (original)
+++ logback/trunk/logback-site/src/site/pages/news.html Tue Nov 11 12:39:39 2008
@@ -3,7 +3,11 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>News</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+
+
</head>
<body>
<script>
Modified: logback/trunk/logback-site/src/site/pages/repos.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/repos.html (original)
+++ logback/trunk/logback-site/src/site/pages/repos.html Tue Nov 11 12:39:39 2008
@@ -3,7 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Repository</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
</head>
<body>
<script>
Modified: logback/trunk/logback-site/src/site/pages/support.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/support.html (original)
+++ logback/trunk/logback-site/src/site/pages/support.html Tue Nov 11 12:39:39 2008
@@ -1,48 +1,55 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Professional support</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
- <script>
-prefix='';
-</script>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Professional support</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script>prefix='';</script>
+
+ <script src="templates/header.js"></script>
+ <div id="left">
+ <script src="templates/left.js"></script>
+ </div>
+ <div id="content">
+
+ <h2>Professional support</h2>
+
+ <p>Although the quality of support in the various public logback
+ mailing lists is very good, these are operated on a best-effort
+ basis. If you require guaranteed response times and in-depth
+ advice from developers intimately acquainted with logback, then do
+ consider our professional support package.
+ </p>
+
+ <p>As the founders and current maintainers of the logback project,
+ we can offer you highest quality of support. Opting for our
+ professional logback support service is a great way to leverage the
+ expertise of developers who have in depth knowledge of the logback
+ framework.
+ </p>
+
+
+ <p>To obtain a quote for "Professional Support Contract" please do
+ not hesitate to contact us. We will happy to discuss or help you
+ with logging-related issues.</p>
+
+ <table>
+ <tr>
+ <td>email:</td>
+ <td><img align="left" src="images/helpEMAIL.gif" alt=""/></td>
+ </tr>
+ <tr>
+ <td>telephone:</td>
+ <td> +41 21 312 32 26</td>
+ </tr>
+ </table>
+
+ </div>
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-<div id="content">
-
- <h2>Professional support</h2>
-
- <p>Although the quality of support in the various public logback
- mailing lists is very good, these are operated on a best-effort
- basis. If you require guaranteed response times and in-depth advice
- from developers intimately acquainted with logback, then do consider
- our professional support package.
- </p>
-
- <p>As the founders and current maintainers of the logback project,
- we can offer you highest quality of support. Opting for our
- professional logback support service is a great way to leverage the
- expertise of developers who have in depth knowledge of the logback
- framework.
- </p>
-
-
- <table border="0">
- <tr>
- <td>For a quote for "Professional Support Contract" please
- contact:</td>
- <td><img src="images/helpEMAIL.gif" alt=""/></td>
- </tr>
- </table>
-
-
-</div>
-
-</body>
+ </body>
</html>
\ No newline at end of file
Modified: logback/trunk/logback-site/src/site/pages/team.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/team.html (original)
+++ logback/trunk/logback-site/src/site/pages/team.html Tue Nov 11 12:39:39 2008
@@ -1,28 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Logback Team</title>
-<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
-</head>
-<body>
- <script>
-prefix='';
-</script>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <title>Logback Team</title>
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />
+
+ </head>
+ <body>
+ <script>
+ prefix='';
+ </script>
-<script src="templates/header.js"></script>
-<div id="left">
- <script src="templates/left.js"></script>
-</div>
-<div id="content">
-
+ <script src="templates/header.js"></script>
+ <div id="left">
+ <script src="templates/left.js"></script>
+ </div>
+ <div id="content">
+
<h2>Logback Team</h2>
<p>Let us introduce you to the logback team members:</p>
- <table class="bodyTable" border="0" CELLPADDING="8">
+ <table class="bodyTable" border="0" cellpadding="8">
<tr class="a">
<td><img src="images/jeannoel.gif" alt="Jean-Noel"/></td>
Modified: logback/trunk/logback-site/src/site/pages/templates/creative.js
==============================================================================
--- logback/trunk/logback-site/src/site/pages/templates/creative.js (original)
+++ logback/trunk/logback-site/src/site/pages/templates/creative.js Tue Nov 11 12:39:39 2008
@@ -5,7 +5,7 @@
document.write(' <p class="author">');
document.write(' Authors: Ceki Gülcü, Sébastien Pennec');
document.write(' <br/>');
-document.write(' Copyright © 2000-2007, QOS.ch</p>');
+document.write(' Copyright © 2000-2008, QOS.ch</p>');
document.write(' </td>');
document.write(' <td>');
document.write(' <a rel="license"');
Modified: logback/trunk/logback-site/src/site/pages/templates/header.js
==============================================================================
--- logback/trunk/logback-site/src/site/pages/templates/header.js (original)
+++ logback/trunk/logback-site/src/site/pages/templates/header.js Tue Nov 11 12:39:39 2008
@@ -4,4 +4,4 @@
document.write('<img src="' + prefix + 'images/logos/lblogo.jpg" alt="" border="0"/>');
document.write('</a>')
document.write('</p>');
-document.write('<div id="breadcrumbs"></div>');
+document.write('<div id="headerLine"></div>');
Modified: logback/trunk/logback-site/src/site/pages/templates/left.js
==============================================================================
--- logback/trunk/logback-site/src/site/pages/templates/left.js (original)
+++ logback/trunk/logback-site/src/site/pages/templates/left.js Tue Nov 11 12:39:39 2008
@@ -16,7 +16,6 @@
document.write('<p><a class="x" href="http://www.qos.ch/"><img src="' + prefix + 'images/logos/qosLogo.png" /></a></p>');
-document.write('<span class="small">Last updated 2008-10-29</span>');
document.write('</p>');
More information about the logback-dev
mailing list