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