Uses of Class
com.arangodb.entity.LogLevelEntity
Packages that use LogLevelEntity
-
Uses of LogLevelEntity in com.arangodb
Methods in com.arangodb that return LogLevelEntityModifier and TypeMethodDescriptionArangoDB.getLogLevel()
Returns the server's current loglevel settings.ArangoDB.getLogLevel
(LogLevelOptions options) Returns the server's current loglevel settings.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.ArangoDB.setLogLevel
(LogLevelEntity entity) Modifies and returns the server's current loglevel settings.ArangoDB.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Modifies and returns the server's current loglevel settings.Methods in com.arangodb that return types with arguments of type LogLevelEntityModifier and TypeMethodDescriptionArangoDBAsync.getLogLevel()
Asynchronous version ofArangoDB.getLogLevel()
ArangoDBAsync.getLogLevel
(LogLevelOptions options) Asynchronous version ofArangoDB.getLogLevel(LogLevelOptions)
ArangoDBAsync.resetLogLevels
(LogLevelOptions options) Asynchronous version ofArangoDB.resetLogLevels(LogLevelOptions)
ArangoDBAsync.setLogLevel
(LogLevelEntity entity) Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity)
ArangoDBAsync.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity, LogLevelOptions)
Methods in com.arangodb with parameters of type LogLevelEntityModifier and TypeMethodDescriptionArangoDB.setLogLevel
(LogLevelEntity entity) Modifies and returns the server's current loglevel settings.ArangoDB.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Modifies and returns the server's current loglevel settings.ArangoDBAsync.setLogLevel
(LogLevelEntity entity) Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity)
ArangoDBAsync.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity, LogLevelOptions)
-
Uses of LogLevelEntity in com.arangodb.internal
Methods in com.arangodb.internal that return LogLevelEntityModifier and TypeMethodDescriptionArangoDBImpl.getLogLevel()
ArangoDBImpl.getLogLevel
(LogLevelOptions options) ArangoDBImpl.resetLogLevels
(LogLevelOptions options) ArangoDBImpl.setLogLevel
(LogLevelEntity entity) ArangoDBImpl.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Methods in com.arangodb.internal that return types with arguments of type LogLevelEntityModifier and TypeMethodDescriptionArangoDBAsyncImpl.getLogLevel()
ArangoDBAsyncImpl.getLogLevel
(LogLevelOptions options) ArangoDBAsyncImpl.resetLogLevels
(LogLevelOptions options) ArangoDBAsyncImpl.setLogLevel
(LogLevelEntity entity) ArangoDBAsyncImpl.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) Methods in com.arangodb.internal with parameters of type LogLevelEntityModifier and TypeMethodDescriptionArangoDBAsyncImpl.setLogLevel
(LogLevelEntity entity) ArangoDBAsyncImpl.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) ArangoDBImpl.setLogLevel
(LogLevelEntity entity) ArangoDBImpl.setLogLevel
(LogLevelEntity entity, LogLevelOptions options) protected InternalRequest
InternalArangoDB.setLogLevelRequest
(LogLevelEntity entity, LogLevelOptions options)