|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.logging.Handler
java.util.logging.StreamHandler
org.apache.karaf.main.BootstrapLogManager.SimpleFileHandler
public static class BootstrapLogManager.SimpleFileHandler
Implementation of java.util.logging.Handler that does simple appending to a named file. Should be able to use this for bootstrap logging via java.util.logging prior to startup of pax logging.
| Constructor Summary | |
|---|---|
BootstrapLogManager.SimpleFileHandler(java.io.File file)
|
|
| Method Summary | |
|---|---|
void |
publish(java.util.logging.LogRecord record)
|
| Methods inherited from class java.util.logging.StreamHandler |
|---|
close, flush, isLoggable, setEncoding, setOutputStream |
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapLogManager.SimpleFileHandler(java.io.File file)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.StreamHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||