org.apache.karaf.main
Class BootstrapLogManager

java.lang.Object
  extended by org.apache.karaf.main.BootstrapLogManager

public class BootstrapLogManager
extends java.lang.Object

Convenience class for configuring java.util.logging to append to the configured log4j log. This could be used for bootstrap logging prior to start of the framework.


Nested Class Summary
static class BootstrapLogManager.SimpleFileHandler
          Implementation of java.util.logging.Handler that does simple appending to a named file.
 
Constructor Summary
BootstrapLogManager()
           
 
Method Summary
static java.util.logging.Handler getDefaultHandler()
           
static void setProperties(java.util.Properties configProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapLogManager

public BootstrapLogManager()
Method Detail

getDefaultHandler

public static java.util.logging.Handler getDefaultHandler()

setProperties

public static void setProperties(java.util.Properties configProps)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.