|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.karaf.main.BootstrapLogManager
public class BootstrapLogManager
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 |
---|
public BootstrapLogManager()
Method Detail |
---|
public static java.util.logging.Handler getDefaultHandler()
public static void setProperties(java.util.Properties configProps)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |