| 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.
|
FormattedLog.Builder |
FormattedLog.Builder.withDateTimeFormatter(DateTimeFormatter dateTimeFormatter)
Set the dateFormat for datestamps in the log
|
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)
Deprecated.
|
FormattedLog.Builder |
FormattedLog.Builder.withTimeZone(TimeZone timezone)
Deprecated.
|
static FormattedLog.Builder |
FormattedLog.withUTCTimeZone()
Start creating a
FormattedLog with UTC timezone for datestamps in the log |
FormattedLog.Builder |
FormattedLog.Builder.withUTCZoneId()
Set the zoneId for datestamps in the log
|
static FormattedLog.Builder |
FormattedLog.withZoneId(ZoneId zoneId)
Start creating a
FormattedLog with the specified zoneId for datestamps in the log |
FormattedLog.Builder |
FormattedLog.Builder.withZoneId(ZoneId zoneId)
Set the zoneId for datestamps in the log
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.