org.neo4j.kernel.logging
Interface Logging

All Known Implementing Classes:
ClassicLoggingService, DevNullLoggingService, LogbackService

public interface Logging

Logging service that is used for creating loggers with specific names.


Method Summary
 org.neo4j.kernel.impl.util.StringLogger getLogger(String name)
           
 

Method Detail

getLogger

org.neo4j.kernel.impl.util.StringLogger getLogger(String name)


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