chapter4
Class ConfigurationTester
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationTester
public ConfigurationTester()
main
public static void main(String[] args)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2005-2009 QOS.ch. All Rights Reserved.