org.jboss.messaging.integration.logging
Class Log4jLoggerHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.jboss.messaging.integration.logging.BaseLoggerHandler
          extended by org.jboss.messaging.integration.logging.Log4jLoggerHandler

public class Log4jLoggerHandler
extends BaseLoggerHandler

Author:
Andy Taylor

Field Summary
 
Fields inherited from class org.jboss.messaging.integration.logging.BaseLoggerHandler
CONFIG, FINE, FINER, FINEST, INFO, SEVERE, WARNING
 
Constructor Summary
Log4jLoggerHandler()
           
 
Method Summary
 void close()
           
 void flush()
           
 
Methods inherited from class org.jboss.messaging.integration.logging.BaseLoggerHandler
publish
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLoggerHandler

public Log4jLoggerHandler()
Method Detail

flush

public void flush()
Overrides:
flush in class BaseLoggerHandler

close

public void close()
           throws java.lang.SecurityException
Overrides:
close in class BaseLoggerHandler
Throws:
java.lang.SecurityException


Copyright © 2006 JBoss Inc. All Rights Reserved.