Package | Description |
---|---|
com.arangodb.entity | |
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 | 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–2018 ArangoDB GmbH. All rights reserved.