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.model
Methods in com.arangodb.model that return LogLevelOptions