Package net.spy.memcached.compat.log
Logging Abstractions
Logging is performed through these logging abstractions that were pulled from another project and duplicated here to avoid a dependency (hence compat).
For more information on logging, see the logging page on the project wiki.
-
Interface Summary Interface Description Logger Abstract mechanism for dealing with logs from various objects. -
Class Summary Class Description AbstractLogger Abstract implementation of Logger providing most of the common framework.DefaultLogger Default logger implementation.Log4JLogger Logging implementation using log4j.LoggerFactory Factory to get logger instances.SLF4JLogger Logging Implementation using the SLF4J logging facade.SunLogger Logging implementation using the sun logger. -
Enum Summary Enum Description Level Levels for logging.