org.azuki.framework.context
Class Log.AzukiLogHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.azuki.framework.context.Log.AzukiLogHandler
Enclosing class:
Log

public static final class Log.AzukiLogHandler
extends Handler


Constructor Summary
Log.AzukiLogHandler(OutputStream os, Level levl)
           
Log.AzukiLogHandler(PrintWriter pw, Level levl)
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(LogRecord rec)
           
 
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

Log.AzukiLogHandler

public Log.AzukiLogHandler(OutputStream os,
                           Level levl)

Log.AzukiLogHandler

public Log.AzukiLogHandler(PrintWriter pw,
                           Level levl)
Method Detail

publish

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

flush

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

close

public final void close()
                 throws SecurityException
Specified by:
close in class Handler
Throws:
SecurityException


Azuki Framework Copyright © 2006 the original author or authors.