public class RemoteLogHandler
extends java.util.logging.Handler
Server
via
allLog
.
Clemens: this is totally odd. Above it says it appends to a server, but
in practice it is used in a way that any thing logged on server is
transmitted to all remote clients, and even in wrong way; see below...Modifier and Type | Field and Description |
---|---|
private static boolean |
PUBLISH_TO_REMOTE_LOGGERS |
private Server |
server |
Constructor and Description |
---|
RemoteLogHandler(Server server) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
publish(java.util.logging.LogRecord record) |
boolean |
requiresLayout() |
private static final boolean PUBLISH_TO_REMOTE_LOGGERS
private Server server
public RemoteLogHandler(Server server)
public boolean requiresLayout()
public void close()
close
in class java.util.logging.Handler
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.Handler
public void flush()
flush
in class java.util.logging.Handler