Uses of Enum Class
net.spy.memcached.compat.log.Level
Packages that use Level
-
Uses of Level in net.spy.memcached.compat.log
Subclasses with type arguments of type Level in net.spy.memcached.compat.logMethods in net.spy.memcached.compat.log that return LevelModifier and TypeMethodDescriptionstatic LevelReturns the enum constant of this class with the specified name.static Level[]Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached.compat.log with parameters of type LevelModifier and TypeMethodDescriptionvoidLog a message at the given level.abstract voidSubclasses should implement this method to determine what to do when a client wants to log at a particular level.voidvoidWrapper around log4j.voidLog a message at the specified level.voidLog a message at the specified level.voidWrapper around SLF4J logger facade.voidWrapper around sun logger.