Uses of Class
com.c8db.entity.LogLevel
-
Packages that use LogLevel Package Description com.c8db.entity com.c8db.internal.velocypack com.c8db.model -
-
Uses of LogLevel in com.c8db.entity
Methods in com.c8db.entity that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. fromLevel(int level)static LogLevelLogLevel. 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.Methods in com.c8db.entity that return types with arguments of type LogLevel Modifier and Type Method Description List<LogLevel>LogEntity. getLevel() -
Uses of LogLevel in com.c8db.internal.velocypack
Fields in com.c8db.internal.velocypack with type parameters of type LogLevel Modifier and Type Field Description static com.arangodb.velocypack.VPackDeserializer<LogLevel>VPackDeserializers. LOG_LEVELstatic com.arangodb.velocypack.VPackSerializer<LogLevel>VPackSerializers. LOG_LEVEL -
Uses of LogLevel in com.c8db.model
Methods in com.c8db.model that return LogLevel Modifier and Type Method Description LogLevelLogOptions. getLevel()LogLevelLogOptions. getUpto()Methods in com.c8db.model with parameters of type LogLevel Modifier and Type Method Description LogOptionsLogOptions. level(LogLevel level)LogOptionsLogOptions. upto(LogLevel upto)
-