| Modifier and Type | Method and Description |
|---|---|
Level |
FormattedLog.getLevel()
Get the current
Level that logging is enabled at |
Level |
FormattedLog.setLevel(Level level)
Set the
Level that logging should be enabled at |
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Level |
FormattedLog.setLevel(Level level)
Set the
Level that logging should be enabled at |
static FormattedLogProvider.Builder |
FormattedLogProvider.withDefaultLogLevel(Level level)
|
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withDefaultLogLevel(Level level)
|
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. |
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withLogLevel(String context,
Level level)
|
| Modifier and Type | Method and Description |
|---|---|
FormattedLogProvider.Builder |
FormattedLogProvider.Builder.withLogLevels(Map<String,Level> levels)
Set the log level for many contexts - equivalent to calling
FormattedLogProvider.Builder.withLogLevel(String, Level) for every entry in the provided map. |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.