com.quadrique.jbuildingblocks.core.io.logging
Class JbbConsoleStdOutHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by com.quadrique.jbuildingblocks.core.io.logging.JbbConsoleStdOutHandler

public class JbbConsoleStdOutHandler
extends Handler

Use an AdvancedFormatterText to dump the logging output on StdOut

Version:
1.0.0
Author:
Hervé Rivere

Constructor Summary
JbbConsoleStdOutHandler()
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(LogRecord zLogRecord)
           
 
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

JbbConsoleStdOutHandler

public JbbConsoleStdOutHandler()
Method Detail

close

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

flush

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

publish

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


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.