org.neo4j.server.logging
Class NeoLogFilter

java.lang.Object
  extended by org.neo4j.server.logging.NeoLogFilter
All Implemented Interfaces:
Filter

public class NeoLogFilter
extends Object
implements Filter

A logging facility that restricts messages to org.neo4j.server messages. A hack because j.u.l. logging configuration is annoying.


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

Constructor Detail

NeoLogFilter

public NeoLogFilter()
Method Detail

isLoggable

public boolean isLoggable(LogRecord logRecord)
Specified by:
isLoggable in interface Filter


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.