org.neo4j.server.logging
Class NeoLogFilter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NeoLogFilter
public NeoLogFilter()
isLoggable
public boolean isLoggable(LogRecord logRecord)
- Specified by:
isLoggable
in interface Filter
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.