public class LoggerToChatHandler
extends java.util.logging.Handler
| Constructor and Description |
|---|
LoggerToChatHandler(com.sk89q.worldedit.extension.platform.Actor player)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the handler.
|
void |
flush()
Flush the output.
|
void |
publish(java.util.logging.LogRecord record)
Publish a log record.
|
public LoggerToChatHandler(com.sk89q.worldedit.extension.platform.Actor player)
player - public void close()
close in class java.util.logging.Handlerpublic void flush()
flush in class java.util.logging.Handlerpublic void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.Handler