Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
LogEntity |
ArangoDB.getLogs(LogOptions options)
Returns fatal, error, warning or info log messages from the server's global log.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogEntity> |
ArangoDBAsync.getLogs(LogOptions options)
Returns fatal, error, warning or info log messages from the server's global log.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogEntity> |
ArangoDBAsyncImpl.getLogs(LogOptions options) |
Modifier and Type | Method and Description |
---|---|
LogOptions |
LogOptions.level(LogLevel level) |
LogOptions |
LogOptions.offset(Integer offset) |
LogOptions |
LogOptions.search(String search) |
LogOptions |
LogOptions.size(Integer size) |
LogOptions |
LogOptions.sort(LogOptions.SortOrder sort) |
LogOptions |
LogOptions.start(Long start) |
LogOptions |
LogOptions.upto(LogLevel upto) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.