Uses of Enum
net.spy.memcached.compat.log.Level
Packages that use Level
-
Uses of Level in net.spy.memcached.compat.log
Methods in net.spy.memcached.compat.log that return LevelModifier and TypeMethodDescriptionstatic LevelReturns the enum constant of this type with the specified name.static Level[]Level.values()Returns an array containing the constants of this enum type, 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.