com.liferay.portal.kernel.test
Class JDKLoggerTestUtil

java.lang.Object
  extended by com.liferay.portal.kernel.test.JDKLoggerTestUtil

public class JDKLoggerTestUtil
extends java.lang.Object

Author:
Shuyang Zhou

Constructor Summary
JDKLoggerTestUtil()
           
 
Method Summary
static java.util.List<java.util.logging.LogRecord> configureJDKLogger(java.lang.String name, java.util.logging.Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKLoggerTestUtil

public JDKLoggerTestUtil()
Method Detail

configureJDKLogger

public static java.util.List<java.util.logging.LogRecord> configureJDKLogger(java.lang.String name,
                                                                             java.util.logging.Level level)