org.neo4j.kernel.ha.backup
Class BackupLoggerConfigurator
java.lang.Object
org.neo4j.kernel.ha.backup.BackupLoggerConfigurator
- All Implemented Interfaces:
- Configurator
public class BackupLoggerConfigurator
- extends Object
- implements Configurator
Simple log4j configurator that ignores the URL and just logs ERROR to
System.err
Useful for HA backups where Zookeeper needs a logger but we don't want to
depend on externally provided configuration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackupLoggerConfigurator
public BackupLoggerConfigurator()
doConfigure
public void doConfigure(URL url,
LoggerRepository repository)
- Specified by:
doConfigure in interface Configurator
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.