Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
LogEntriesEntity |
ArangoDB.getLogEntries(LogOptions options)
Returns the server logs
|
LogEntity |
ArangoDB.getLogs(LogOptions options)
Deprecated.
use
ArangoDB.getLogEntries(LogOptions) instead |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogEntriesEntity> |
ArangoDBAsync.getLogEntries(LogOptions options)
Returns the server logs
|
CompletableFuture<LogEntity> |
ArangoDBAsync.getLogs(LogOptions options)
Deprecated.
use
ArangoDBAsync.getLogEntries(LogOptions) instead |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogEntriesEntity> |
ArangoDBAsyncImpl.getLogEntries(LogOptions options) |
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–2023 ArangoDB GmbH. All rights reserved.