| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.internal.velocypack | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.fromLevel(int level) |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogLevel> |
LogEntity.getLevel() |
| Modifier and Type | Field and Description |
|---|---|
static com.arangodb.velocypack.VPackDeserializer<LogLevel> |
VPackDeserializers.LOG_LEVEL |
static com.arangodb.velocypack.VPackSerializer<LogLevel> |
VPackSerializers.LOG_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
LogOptions.getLevel() |
LogLevel |
LogOptions.getUpto() |
| Modifier and Type | Method and Description |
|---|---|
LogOptions |
LogOptions.level(LogLevel level) |
LogOptions |
LogOptions.upto(LogLevel upto) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.