| Package | Description |
|---|---|
| org.neo4j.logging |
| Modifier and Type | Method and Description |
|---|---|
static FormattedLog.Builder |
FormattedLog.usingLock(Object lock)
Start creating a
FormattedLog using the specified object to synchronize on. |
FormattedLog.Builder |
FormattedLog.Builder.usingLock(Object lock)
Use the specified object to synchronize on.
|
static FormattedLog.Builder |
FormattedLog.withCategory(String category)
Include the specified category in each output log line
|
FormattedLog.Builder |
FormattedLog.Builder.withCategory(String category)
Include the specified category in each output log line.
|
static FormattedLog.Builder |
FormattedLog.withLogLevel(Level level)
Start creating a
FormattedLog with the specified log Level as a default. |
FormattedLog.Builder |
FormattedLog.Builder.withLogLevel(Level level)
Use the specified log
Level as a default. |
static FormattedLog.Builder |
FormattedLog.withoutAutoFlush()
Start creating a
FormattedLog without auto flushing. |
FormattedLog.Builder |
FormattedLog.Builder.withoutAutoFlush()
Disable auto flushing.
|
static FormattedLog.Builder |
FormattedLog.withTimeZone(TimeZone timezone)
Start creating a
FormattedLog with the specified timezone for datestamps in the log |
FormattedLog.Builder |
FormattedLog.Builder.withTimeZone(TimeZone timezone)
Set the timezone for datestamps in the log
|
static FormattedLog.Builder |
FormattedLog.withUTCTimeZone()
Start creating a
FormattedLog with UTC timezone for datestamps in the log |
FormattedLog.Builder |
FormattedLog.Builder.withUTCTimeZone()
Set the timezone for datestamps in the log
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.