Uses of Class
com.arangodb.entity.LogLevel
-
Packages that use LogLevel Package Description com.arangodb.entity com.arangodb.model -
-
Uses of LogLevel in com.arangodb.entity
Methods in com.arangodb.entity that return LogLevel Modifier and Type Method Description static LogLevel
LogLevel. fromLevel(int level)
static LogLevel
LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLevel[]
LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogLevel in com.arangodb.model
Methods in com.arangodb.model that return LogLevel Modifier and Type Method Description LogLevel
LogOptions. getLevel()
LogLevel
LogOptions. getUpto()
Methods in com.arangodb.model with parameters of type LogLevel Modifier and Type Method Description LogOptions
LogOptions. level(LogLevel level)
LogOptions
LogOptions. upto(LogLevel upto)
-