com.jme.util.logging
Class ThrowingFilter

java.lang.Object
  extended by com.jme.util.logging.ThrowingFilter
All Implemented Interfaces:
java.util.logging.Filter

public class ThrowingFilter
extends java.lang.Object
implements java.util.logging.Filter


Constructor Summary
ThrowingFilter()
           
 
Method Summary
 boolean isLoggable(java.util.logging.LogRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowingFilter

public ThrowingFilter()
Method Detail

isLoggable

public boolean isLoggable(java.util.logging.LogRecord record)
Specified by:
isLoggable in interface java.util.logging.Filter