org.wso2.carbon.bootstrap.logging.handlers
Class LogEventHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.wso2.carbon.bootstrap.logging.handlers.LogEventHandler

public class LogEventHandler
extends Handler


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

LogEventHandler

public LogEventHandler()
Method Detail

publish

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

flush

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

close

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


Copyright © 2014 WSO2 Inc. All rights reserved.