Liferay 7.0-ce-b4

com.liferay.portal.test.rule
Class LogAssertionHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by com.liferay.portal.test.rule.LogAssertionHandler

public class LogAssertionHandler
extends Handler


Field Summary
static LogAssertionHandler INSTANCE
           
 
Constructor Summary
LogAssertionHandler()
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(LogRecord logRecord)
           
 
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
 

Field Detail

INSTANCE

public static final LogAssertionHandler INSTANCE
Constructor Detail

LogAssertionHandler

public LogAssertionHandler()
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 logRecord)
Specified by:
publish in class Handler

Liferay 7.0-ce-b4