Skip navigation links
A B C D E F G I L N O P R S T U V W 

A

AbstractLog - Class in org.neo4j.logging
An abstract implementation of Log, providing implementations for the shortcut methods (debug, info, warn, error) that delegate to the appropriate Logger (as obtained by Log.debugLogger(), Log.infoLogger(), Log.warnLogger() and Log.errorLogger() respectively).
AbstractLog() - Constructor for class org.neo4j.logging.AbstractLog
 
AbstractLogProvider<T extends Log> - Class in org.neo4j.logging
An abstract LogProvider implementation, which ensures Logs are cached and reused.
AbstractLogProvider() - Constructor for class org.neo4j.logging.AbstractLogProvider
 
AbstractPrintWriterLogger - Class in org.neo4j.logging
An abstract Logger implementation, which takes care of locking and flushing.
AsyncLog - Class in org.neo4j.logging.async
 
AsyncLog(AsyncEventSender<AsyncLogEvent>, Log) - Constructor for class org.neo4j.logging.async.AsyncLog
 
AsyncLogEvent - Class in org.neo4j.logging.async
 
AsyncLogProvider - Class in org.neo4j.logging.async
 
AsyncLogProvider(AsyncEventSender<AsyncLogEvent>, LogProvider) - Constructor for class org.neo4j.logging.async.AsyncLogProvider
 

B

BufferingLog - Class in org.neo4j.logging
Buffers all messages sent to it, and is able to replay those messages into another Logger.
BufferingLog() - Constructor for class org.neo4j.logging.BufferingLog
 
bulk(Consumer<Logger>) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.async.AsyncLog
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.BufferingLog
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.DuplicatingLog
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.FormattedLog
 
bulk(Consumer<Log>) - Method in interface org.neo4j.logging.Log
Used to temporarily log several messages in bulk.
bulk(Consumer<Logger>) - Method in interface org.neo4j.logging.Logger
Used to temporarily write several messages in bulk.
bulk(Consumer<Log>) - Method in class org.neo4j.logging.NullLog
 
bulk(Consumer<Logger>) - Method in class org.neo4j.logging.NullLogger
 
bulk(Consumer<Logger>) - Method in class org.neo4j.logging.PrintStreamLogger
 

C

close() - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier
 

D

debug(String) - Method in class org.neo4j.logging.AbstractLog
 
debug(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
debug(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
debug(String) - Method in interface org.neo4j.logging.Log
Shorthand for debugLogger().log( message )
debug(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for debugLogger().log( message, throwable )
debug(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for debugLogger().log( format, arguments )
debug(String) - Method in class org.neo4j.logging.NullLog
 
debug(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
debug(String, Object...) - Method in class org.neo4j.logging.NullLog
 
debugLogger() - Method in class org.neo4j.logging.async.AsyncLog
 
debugLogger() - Method in class org.neo4j.logging.BufferingLog
 
debugLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
debugLogger() - Method in class org.neo4j.logging.FormattedLog
 
debugLogger() - Method in interface org.neo4j.logging.Log
 
debugLogger() - Method in class org.neo4j.logging.NullLog
 
DuplicatingLog - Class in org.neo4j.logging
A Log implementation that duplicates all messages to other Log instances
DuplicatingLog(Log...) - Constructor for class org.neo4j.logging.DuplicatingLog
 
DuplicatingLog(List<Log>) - Constructor for class org.neo4j.logging.DuplicatingLog
 
DuplicatingLogProvider - Class in org.neo4j.logging
A LogProvider implementation that duplicates all messages to other LogProvider instances
DuplicatingLogProvider(LogProvider...) - Constructor for class org.neo4j.logging.DuplicatingLogProvider
 

E

error(String) - Method in class org.neo4j.logging.AbstractLog
 
error(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
error(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
error(String) - Method in interface org.neo4j.logging.Log
Shorthand for errorLogger().log( message )
error(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for errorLogger().log( message, throwable )
error(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for errorLogger().log( format, arguments )
error(String) - Method in class org.neo4j.logging.NullLog
 
error(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
error(String, Object...) - Method in class org.neo4j.logging.NullLog
 
errorLogger() - Method in class org.neo4j.logging.async.AsyncLog
 
errorLogger() - Method in class org.neo4j.logging.BufferingLog
 
errorLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
errorLogger() - Method in class org.neo4j.logging.FormattedLog
 
errorLogger() - Method in interface org.neo4j.logging.Log
 
errorLogger() - Method in class org.neo4j.logging.NullLog
 

F

FormattedLog - Class in org.neo4j.logging
A Log implementation that applies a simple formatting to each log message.
FormattedLog.Builder - Class in org.neo4j.logging
A Builder for a FormattedLog
FormattedLogProvider - Class in org.neo4j.logging
A LogProvider implementation that applies a simple formatting to each log message.
FormattedLogProvider.Builder - Class in org.neo4j.logging
A Builder for a FormattedLogProvider

G

get() - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
getInstance() - Static method in class org.neo4j.logging.NullLog
 
getInstance() - Static method in class org.neo4j.logging.NullLogger
 
getInstance() - Static method in class org.neo4j.logging.NullLogProvider
 
getLevel() - Method in class org.neo4j.logging.FormattedLog
Get the current Level that logging is enabled at
getLog(Class) - Method in class org.neo4j.logging.AbstractLogProvider
 
getLog(String) - Method in class org.neo4j.logging.AbstractLogProvider
 
getLog(Class) - Method in class org.neo4j.logging.async.AsyncLogProvider
 
getLog(String) - Method in class org.neo4j.logging.async.AsyncLogProvider
 
getLog(Class) - Method in interface org.neo4j.logging.LogProvider
 
getLog(String) - Method in interface org.neo4j.logging.LogProvider
 
getLog(Class) - Method in class org.neo4j.logging.NullLogProvider
 
getLog(String) - Method in class org.neo4j.logging.NullLogProvider
 
getZoneId() - Method in enum org.neo4j.logging.LogTimeZone
 

I

info(String) - Method in class org.neo4j.logging.AbstractLog
 
info(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
info(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
info(String) - Method in interface org.neo4j.logging.Log
Shorthand for infoLogger().log( message )
info(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for infoLogger().log( message, throwable )
info(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for infoLogger().log( format, arguments )
info(String) - Method in class org.neo4j.logging.NullLog
 
info(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
info(String, Object...) - Method in class org.neo4j.logging.NullLog
 
infoLogger() - Method in class org.neo4j.logging.async.AsyncLog
 
infoLogger() - Method in class org.neo4j.logging.BufferingLog
 
infoLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
infoLogger() - Method in class org.neo4j.logging.FormattedLog
 
infoLogger() - Method in interface org.neo4j.logging.Log
 
infoLogger() - Method in class org.neo4j.logging.NullLog
 
isDebugEnabled() - Method in class org.neo4j.logging.async.AsyncLog
 
isDebugEnabled() - Method in class org.neo4j.logging.BufferingLog
 
isDebugEnabled() - Method in class org.neo4j.logging.DuplicatingLog
 
isDebugEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isDebugEnabled() - Method in interface org.neo4j.logging.Log
 
isDebugEnabled() - Method in class org.neo4j.logging.NullLog
 
isErrorEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isInfoEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isWarnEnabled() - Method in class org.neo4j.logging.FormattedLog
 

L

Level - Enum in org.neo4j.logging
 
log(String) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
log(String, Throwable) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
log(String, Object...) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
Log - Interface in org.neo4j.logging
A log into which various levels of messages can be written
log(String) - Method in interface org.neo4j.logging.Logger
 
log(String, Throwable) - Method in interface org.neo4j.logging.Logger
 
log(String, Object...) - Method in interface org.neo4j.logging.Logger
 
log(String) - Method in class org.neo4j.logging.NullLogger
 
log(String, Throwable) - Method in class org.neo4j.logging.NullLogger
 
log(String, Object...) - Method in class org.neo4j.logging.NullLogger
 
log(String) - Method in class org.neo4j.logging.PrintStreamLogger
 
log(String, Throwable) - Method in class org.neo4j.logging.PrintStreamLogger
 
log(String, Object...) - Method in class org.neo4j.logging.PrintStreamLogger
 
Logger - Interface in org.neo4j.logging
A log into which messages can be written
LogProvider - Interface in org.neo4j.logging
Used to obtain a Log for a specified context
LogTimeZone - Enum in org.neo4j.logging
 

N

NullLog - Class in org.neo4j.logging
A Log implementation that discards all messages
NullLogger - Class in org.neo4j.logging
A Logger implementation that discards all messages
NullLogProvider - Class in org.neo4j.logging
A LogProvider implementation that discards all messages

O

org.neo4j.logging - package org.neo4j.logging
 
org.neo4j.logging.async - package org.neo4j.logging.async
 
outputFileCreated(OutputStream) - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 

P

PrintStreamLogger - Class in org.neo4j.logging
 
PrintStreamLogger(PrintStream) - Constructor for class org.neo4j.logging.PrintStreamLogger
 
process() - Method in class org.neo4j.logging.async.AsyncLogEvent
 

R

remove(Log) - Method in class org.neo4j.logging.DuplicatingLog
Remove a Log from the duplicating set
remove(LogProvider) - Method in class org.neo4j.logging.DuplicatingLogProvider
Remove a LogProvider from the duplicating set.
replayInto(Log) - Method in class org.neo4j.logging.BufferingLog
Replays buffered messages and clears the buffer.
RotatingFileOutputStreamSupplier - Class in org.neo4j.logging
A Supplier of OutputStreams backed by on-disk files, which are rotated and archived when a specified size is reached.
RotatingFileOutputStreamSupplier(FileSystemAbstraction, File, long, long, int, Executor) - Constructor for class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
RotatingFileOutputStreamSupplier(FileSystemAbstraction, File, long, long, int, Executor, RotatingFileOutputStreamSupplier.RotationListener) - Constructor for class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
RotatingFileOutputStreamSupplier.RotationListener - Class in org.neo4j.logging
A listener for the rotation process
rotationCompleted(OutputStream) - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 
rotationError(Exception, OutputStream) - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 
RotationListener() - Constructor for class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 

S

setLevel(Level) - Method in class org.neo4j.logging.FormattedLog
Set the Level that logging should be enabled at

T

toOutputStream(OutputStream) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to OutputStreams obtained from the specified Supplier.
toOutputStream(OutputStream) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to OutputStreams obtained from the specified Supplier.
toOutputStream(OutputStream) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to OutputStreams obtained from the specified Supplier.
toOutputStream(OutputStream) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to OutputStreams obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to PrintWriters obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to PrintWriters obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to PrintWriters obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to PrintWriters obtained from the specified Supplier.
toString() - Method in class org.neo4j.logging.async.AsyncLogEvent
 
toString() - Method in class org.neo4j.logging.BufferingLog
 
toWriter(Writer) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to a Writer.
toWriter(Writer) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to a Writer.
toWriter(Writer) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to a Writer.
toWriter(Writer) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to a Writer.

U

usingLock(Object) - Method in class org.neo4j.logging.FormattedLog.Builder
Use the specified object to synchronize on.
usingLock(Object) - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog using the specified object to synchronize on.

V

valueOf(String) - Static method in enum org.neo4j.logging.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.logging.LogTimeZone
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.logging.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.logging.LogTimeZone
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class org.neo4j.logging.AbstractLog
 
warn(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
warn(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
warn(String) - Method in interface org.neo4j.logging.Log
Shorthand for warnLogger().log( message )
warn(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for warnLogger().log( message, throwable )
warn(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for warnLogger().log( format, arguments )
warn(String) - Method in class org.neo4j.logging.NullLog
 
warn(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
warn(String, Object...) - Method in class org.neo4j.logging.NullLog
 
warnLogger() - Method in class org.neo4j.logging.async.AsyncLog
 
warnLogger() - Method in class org.neo4j.logging.BufferingLog
 
warnLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
warnLogger() - Method in class org.neo4j.logging.FormattedLog
 
warnLogger() - Method in interface org.neo4j.logging.Log
 
warnLogger() - Method in class org.neo4j.logging.NullLog
 
withCategory(String) - Method in class org.neo4j.logging.FormattedLog.Builder
Include the specified category in each output log line.
withCategory(String) - Static method in class org.neo4j.logging.FormattedLog
Include the specified category in each output log line
withDateTimeFormatter(DateTimeFormatter) - Method in class org.neo4j.logging.FormattedLog.Builder
Set the dateFormat for datestamps in the log
withDefaultLogLevel(Level) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Use the specified log Level for all Logs by default.
withDefaultLogLevel(Level) - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider with the specified log Level for all Logs by default.
withLogLevel(Level) - Method in class org.neo4j.logging.FormattedLog.Builder
Use the specified log Level as a default.
withLogLevel(Level) - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog with the specified log Level as a default.
withLogLevel(String, Level) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Use the specified log Level for any Logs that match the specified context.
withLogLevels(Map<String, Level>) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Set the log level for many contexts - equivalent to calling FormattedLogProvider.Builder.withLogLevel(String, Level) for every entry in the provided map.
withoutAutoFlush() - Method in class org.neo4j.logging.FormattedLog.Builder
Disable auto flushing.
withoutAutoFlush() - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog without auto flushing.
withoutAutoFlush() - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Disable auto flushing.
withoutAutoFlush() - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider without auto flushing.
withoutRenderingContext() - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Disable rendering of the context (the class name or log name) in each output line.
withoutRenderingContext() - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider which will not render the context (the class name or log name) in each output line.
withTimeZone(TimeZone) - Method in class org.neo4j.logging.FormattedLog.Builder
withTimeZone(TimeZone) - Static method in class org.neo4j.logging.FormattedLog
withTimeZone(TimeZone) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
withTimeZone(TimeZone) - Static method in class org.neo4j.logging.FormattedLogProvider
withUTCTimeZone() - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog with UTC timezone for datestamps in the log
withUTCTimeZone() - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider with UTC timezone for datestamps in the log
withUTCZoneId() - Method in class org.neo4j.logging.FormattedLog.Builder
Set the zoneId for datestamps in the log
withUTCZoneId() - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Set the zoneId for datestamps in the log
withZoneId(ZoneId) - Method in class org.neo4j.logging.FormattedLog.Builder
Set the zoneId for datestamps in the log
withZoneId(ZoneId) - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog with the specified zoneId for datestamps in the log
withZoneId(ZoneId) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Set the zoneId for datestamps in the log
withZoneId(ZoneId) - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider with the specified zoneId for datestamps in the log
A B C D E F G I L N O P R S T U V W 
Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.