public interface Logger
void log(String message)
message - The message to be writtenvoid log(String message, Throwable throwable)
message - The message to be writtenthrowable - An exception that will also be writtenvoid log(String format, Object... arguments)
format - A string format for writing a messagearguments - Arguments to substitute into the message according to the void bulk(org.neo4j.function.Consumer<Logger> consumer)
consumer - A callback operation that accepts an equivalent LoggerCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.