org.neo4j.kernel.logging
Class ModuleMapper

java.lang.Object
  extended by org.neo4j.kernel.logging.ModuleMapper

public class ModuleMapper
extends Object

Logback converter that converts logger names to module names. Module names are defined in modules.properties which must be in classpath


Constructor Summary
ModuleMapper()
           
 
Method Summary
 String map(String logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleMapper

public ModuleMapper()
             throws IOException
Throws:
IOException
Method Detail

map

public String map(String logger)


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.