chapter4
Class ConfigurationTester

java.lang.Object
  extended by chapter4.ConfigurationTester

public class ConfigurationTester
extends Object

This class can be used to check the result of a configuration file.

When all the logback-core, logback-classic, logback-examples and their dependencies have been added to the ClassPath, one can launch this class using the following command:

java chapter4.ConfigurationTester chapter4/conf/name_of_the_configuration_file.xml

Author:
Sébastien Pennec

Constructor Summary
ConfigurationTester()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationTester

public ConfigurationTester()
Method Detail

main

public static void main(String[] args)
                 throws InterruptedException
Throws:
InterruptedException


Copyright © 2005-2009 QOS.ch. All Rights Reserved.