| Package | Description |
|---|---|
| org.neo4j.logging |
| Modifier and Type | Method and Description |
|---|---|
static FormattedLogProvider.Builder |
FormattedLogProvider.withDefaultLogLevel(Level level)
|
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withDefaultLogLevel(Level level)
|
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withLogLevel(String context,
Level level)
|
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withLogLevels(Map<String,Level> levels)
Set the log level for many contexts - equivalent to calling
withLogLevel(String, Level)
for every entry in the provided map. |
static FormattedLogProvider.Builder |
FormattedLogProvider.withoutAutoFlush()
Start creating a
FormattedLogProvider without auto flushing. |
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withoutAutoFlush()
Disable auto flushing.
|
static FormattedLogProvider.Builder |
FormattedLogProvider.withoutRenderingContext()
Start creating a
FormattedLogProvider which will not render the context (the class name or log name) in each output line. |
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withoutRenderingContext()
Disable rendering of the context (the class name or log name) in each output line.
|
static FormattedLogProvider.Builder |
FormattedLogProvider.withTimeZone(TimeZone timeZone)
Deprecated.
|
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withTimeZone(TimeZone timezone)
Deprecated.
|
static FormattedLogProvider.Builder |
FormattedLogProvider.withUTCTimeZone()
Start creating a
FormattedLogProvider with UTC timezone for datestamps in the log |
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withUTCZoneId()
Set the zoneId for datestamps in the log
|
static FormattedLogProvider.Builder |
FormattedLogProvider.withZoneId(ZoneId zoneId)
Start creating a
FormattedLogProvider with the specified zoneId for datestamps in the log |
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withZoneId(ZoneId zoneId)
Set the zoneId for datestamps in the log
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.