bb.util.logging
Class Logger2.UnitTest.LogRecordCrashes

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by bb.util.logging.Logger2.UnitTest.LogRecordCrashes
All Implemented Interfaces:
Serializable
Enclosing class:
Logger2.UnitTest

private static class Logger2.UnitTest.LogRecordCrashes
extends LogRecord


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
private Logger2.UnitTest.LogRecordCrashes(Level level, String msg)
           
 
Method Summary
 Level getLevel()
           
 
Methods inherited from class java.util.logging.LogRecord
getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Logger2.UnitTest.LogRecordCrashes

private Logger2.UnitTest.LogRecordCrashes(Level level,
                                          String msg)
Method Detail

getLevel

public Level getLevel()
Overrides:
getLevel in class LogRecord