Package net.sf.colossus.server
Class RemoteLogHandler
java.lang.Object
java.util.logging.Handler
net.sf.colossus.server.RemoteLogHandler
A java.util.logging Handler that appends to a
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...-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Field Details
-
PUBLISH_TO_REMOTE_LOGGERS
private static final boolean PUBLISH_TO_REMOTE_LOGGERS- See Also:
-
server
-
-
Constructor Details
-
RemoteLogHandler
-
-
Method Details