All Downloads are FREE. Search and download functionalities are using the official Maven repository.

manual.index.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<document>

	<properties>
		<author email="ceki at qos ddoott ch ">Ceki Gulcu</author>
		<title>Documentations</title>
	</properties>

	<body>

    <h2>The logback manual</h2>

    <p>The complete logback manual documents the latest version of
    logback framework. In over 100 pages and dozens of concrete
    examples, it covers both basic and advanced logback features:
    </p>

    <div>
      <ul>
        <li><p>the overall logback architecture</p></li>
        <li><p>discussion of best logback practices and anti-patterns</p></li>
        <li><p>logback configuration scripts in XML format</p></li>
        <li><p>appenders</p></li>
        <li><p>layouts</p></li>
        <li><p>filter chains</p></li>
        <li><p>logback diagnostic contexts</p></li>
        <li><p>logback default initialization</p></li>
        <li><p>logback in Servlet Containers</p></li>
      </ul>
    </div>

    
    <div class="highlight">
    <p>
      If you wish to print chapters in this document, we recommend
      that you do so using <a
      href="http://www.getfirefox.com">Firefox 2</a>, with <em>Adapt to
      page size</em> enabled, or <a
      href="http://www.opera.com">Opera</a>.
    </p>
    <p>
    	To run the examples provided in this book, you might have
    	to run the provided script to setup your classpath. The scripts
    	can be found in the logback distributions, inside the <em>logback-examples</em>
    	directory.
    </p>
    </div>

    <p>The logback manual describes the logback API in considerable
    detail, including its features and design rationale. Authored by
    Ceki G&#252;lc&#252; and S&#233;bastien Pennec, the main
    contributors to the logback project, the logback manual is
    intended for developers already familiar with the Java language
    but new to logback, as much as for experienced logback users. With
    the aid of introductory material and many examples, new users
    should quickly come up to speed.
    </p>
    
    <div>
      <p>Without further ado, here are the contents of the manual:</p>
      
      <ul>
        <li><p>
          <a href="joran.html"><b>Chapter 3: Logback configuration with Joran</b></a>
        </p></li>
        
        <li><p>
          <a href="appenders.html"><b>Chapter 4: Appenders</b></a>
        </p></li>
        
        <li><p>
          <a href="layouts.html"><b>Chapter 5: Layouts</b></a>
        </p></li>
        
        <li><p>
          <a href="filters.html"><b>Chapter 6: Filter chains</b></a>
        </p></li>
        
        <li><p>
          <a href="mdc.html"><b>Chapter 7: Diagnostic Context</b></a>
        </p></li>
      </ul>
    </div>
	</body>
</document>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy