public class LogFileLogHandler
extends java.util.logging.Handler
Modifier and Type | Class and Description |
---|---|
static interface |
LogFileLogHandler.LogReceiver |
Constructor and Description |
---|
LogFileLogHandler() |
LogFileLogHandler(LogFileLogHandler.LogReceiver pLogReceiver) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
LogFileLogHandler.LogReceiver |
getLogReceiver() |
void |
publish(java.util.logging.LogRecord pRecord) |
void |
setLogReceiver(LogFileLogHandler.LogReceiver pLogReceiver) |
public LogFileLogHandler(LogFileLogHandler.LogReceiver pLogReceiver)
public LogFileLogHandler()
public void publish(java.util.logging.LogRecord pRecord)
publish
in class java.util.logging.Handler
public void flush()
flush
in class java.util.logging.Handler
public void close() throws java.lang.SecurityException
close
in class java.util.logging.Handler
java.lang.SecurityException
public LogFileLogHandler.LogReceiver getLogReceiver()
public void setLogReceiver(LogFileLogHandler.LogReceiver pLogReceiver)