net.minecraft.server.gui
Class GuiLogOutputHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by net.minecraft.server.gui.GuiLogOutputHandler

public class GuiLogOutputHandler
extends Handler


Constructor Summary
GuiLogOutputHandler(JTextArea par1JTextArea)
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(LogRecord par1LogRecord)
           
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiLogOutputHandler

public GuiLogOutputHandler(JTextArea par1JTextArea)
Method Detail

close

public void close()
Specified by:
close in class Handler

flush

public void flush()
Specified by:
flush in class Handler

publish

public void publish(LogRecord par1LogRecord)
Specified by:
publish in class Handler