Uses of Interface
net.spy.memcached.compat.log.Logger
Packages that use Logger
Package
Description
spy.jar compatibility classes
Logging Abstractions
-
Uses of Logger in net.spy.memcached.compat
Fields in net.spy.memcached.compat declared as LoggerModifier and TypeFieldDescriptionprivate static LoggerCloseUtil.loggerprivate LoggerSpyObject.loggerprivate LoggerSpyThread.loggerMethods in net.spy.memcached.compat that return Logger -
Uses of Logger in net.spy.memcached.compat.log
Classes in net.spy.memcached.compat.log that implement LoggerModifier and TypeClassDescriptionclassAbstract implementation of Logger providing most of the common framework.classDefault logger implementation.classLogging implementation using log4j.classLogging Implementation using the SLF4J logging facade.classLogging implementation using the sun logger.Fields in net.spy.memcached.compat.log with type parameters of type LoggerModifier and TypeFieldDescriptionprivate Constructor<? extends Logger> LoggerFactory.instanceConstructorprivate final ConcurrentMap<String, Logger> LoggerFactory.instancesMethods in net.spy.memcached.compat.log that return LoggerModifier and TypeMethodDescriptionstatic LoggerGet a logger by class.static LoggerGet a logger by name.private LoggerLoggerFactory.getNewInstance(String name) private LoggerLoggerFactory.internalGetLogger(String name)