public class LogRedirectingHandler
extends java.util.logging.ConsoleHandler
| Constructor and Description |
|---|
LogRedirectingHandler() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.logging.log4j.Level |
convertLogLevel(java.util.logging.Level level) |
static org.apache.logging.log4j.Logger |
findCorrespondingLogger(java.lang.String name,
java.lang.String fullName) |
void |
publish(java.util.logging.LogRecord record) |
flush, isLoggable, setEncoding, setOutputStreampublic void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.ConsoleHandlerpublic static org.apache.logging.log4j.Logger findCorrespondingLogger(java.lang.String name,
java.lang.String fullName)
public static org.apache.logging.log4j.Level convertLogLevel(java.util.logging.Level level)