Uses of Class
com.c8db.entity.LogLevelEntity
-
Packages that use LogLevelEntity Package Description com.c8db com.c8db.internal -
-
Uses of LogLevelEntity in com.c8db
Methods in com.c8db that return LogLevelEntity Modifier and Type Method Description LogLevelEntityC8DB. getLogLevel()Returns the server's current loglevel settings.LogLevelEntityC8DB. setLogLevel(LogLevelEntity entity)Modifies and returns the server's current loglevel settings.Methods in com.c8db with parameters of type LogLevelEntity Modifier and Type Method Description LogLevelEntityC8DB. setLogLevel(LogLevelEntity entity)Modifies and returns the server's current loglevel settings. -
Uses of LogLevelEntity in com.c8db.internal
Methods in com.c8db.internal that return LogLevelEntity Modifier and Type Method Description LogLevelEntityC8DBImpl. getLogLevel()LogLevelEntityC8DBImpl. setLogLevel(LogLevelEntity entity)Methods in com.c8db.internal with parameters of type LogLevelEntity Modifier and Type Method Description LogLevelEntityC8DBImpl. setLogLevel(LogLevelEntity entity)protected RequestInternalC8DB. setLogLevelRequest(LogLevelEntity entity)
-