org.neo4j.kernel.logging
Interface Logging

All Known Implementing Classes:
ClassicLoggingService, DevNullLoggingService, LogbackService, SingleLoggingService, SystemOutLogging

public interface Logging

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


Method Summary
 org.neo4j.kernel.impl.util.StringLogger getLogger(Class loggingClass)
           
 

Method Detail

getLogger

org.neo4j.kernel.impl.util.StringLogger getLogger(Class loggingClass)


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