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)