Uses of Enum Class
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 Level
Returns 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 TypeMethodDescriptionvoid
Log a message at the given level.abstract void
Subclasses should implement this method to determine what to do when a client wants to log at a particular level.void
void
Wrapper around log4j.void
Log a message at the specified level.void
Log a message at the specified level.void
Wrapper around SLF4J logger facade.void
Wrapper around sun logger.