Uses of Class
com.arangodb.model.LogLevelOptions
Packages that use LogLevelOptions
-
Uses of LogLevelOptions in com.arangodb
Methods in com.arangodb with parameters of type LogLevelOptionsModifier and TypeMethodDescriptionArangoDB.getLogLevel
(LogLevelOptions options) Returns the server's current loglevel settings.ArangoDBAsync.getLogLevel
(LogLevelOptions options) Asynchronous version ofArangoDB.getLogLevel(LogLevelOptions)
ArangoDB.resetLogLevels
(LogLevelOptions options) Reset the server log levels Revert the server's log level settings to the values they had at startup, as determined by the startup options specified on the command-line, a configuration file, and the factory defaults.ArangoDBAsync.resetLogLevels
(LogLevelOptions options) Asynchronous version ofArangoDB.resetLogLevels(LogLevelOptions)
ArangoDB.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Modifies and returns the server's current loglevel settings.ArangoDBAsync.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity, LogLevelOptions)
-
Uses of LogLevelOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type LogLevelOptionsModifier and TypeMethodDescriptionArangoDBAsyncImpl.getLogLevel
(LogLevelOptions options) ArangoDBImpl.getLogLevel
(LogLevelOptions options) protected InternalRequest
InternalArangoDB.getLogLevelRequest
(LogLevelOptions options) ArangoDBAsyncImpl.resetLogLevels
(LogLevelOptions options) ArangoDBImpl.resetLogLevels
(LogLevelOptions options) protected InternalRequest
InternalArangoDB.resetLogLevelsRequest
(LogLevelOptions options) ArangoDBAsyncImpl.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) ArangoDBImpl.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) protected InternalRequest
InternalArangoDB.setLogLevelRequest
(LogLevelEntity entity, LogLevelOptions options) -
Uses of LogLevelOptions in com.arangodb.model
Methods in com.arangodb.model that return LogLevelOptions