public class NullLogProvider extends Object implements LogProvider
LogProvider implementation that discards all messages| Modifier and Type | Method and Description |
|---|---|
static NullLogProvider |
getInstance() |
Log |
getLog(Class loggingClass) |
Log |
getLog(String name) |
public static NullLogProvider getInstance()
NullLogProvider instancepublic Log getLog(Class loggingClass)
getLog in interface LogProviderloggingClass - the context for the returned LogLog that logs messages with the loggingClass as the contextCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.