org.eclipse.jetty.osgi.boot.logback.internal
Class LogbackInitializer

java.lang.Object
  extended by org.eclipse.jetty.osgi.boot.logback.internal.LogbackInitializer

public class LogbackInitializer
extends Object

Setup logback eventually located in the config file inside jettyhome/resources All logback related code is done in this separate class for better debug and isolation when it does not load.


Constructor Summary
LogbackInitializer()
           
 
Method Summary
static void processFilesInResourcesFolder(File jettyHome, Map<String,File> files)
          Follow the configuration for logback.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogbackInitializer

public LogbackInitializer()
Method Detail

processFilesInResourcesFolder

public static void processFilesInResourcesFolder(File jettyHome,
                                                 Map<String,File> files)
Follow the configuration for logback. unless the system propery was set in which case it was assume it was already setup.



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.