Package net.spy.memcached.compat.log


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.

  • Class
    Description
    Abstract implementation of Logger providing most of the common framework.
    Default logger implementation.
    Levels for logging.
    Logging implementation using log4j.
    Abstract mechanism for dealing with logs from various objects.
    Factory to get logger instances.
    Logging Implementation using the SLF4J logging facade.
    Logging implementation using the sun logger.