Uses of Interface
net.spy.memcached.compat.log.Logger
-
Packages that use Logger Package Description net.spy.memcached.compat spy.jar compatibility classesnet.spy.memcached.compat.log Logging Abstractions -
-
Uses of Logger in net.spy.memcached.compat
Fields in net.spy.memcached.compat declared as Logger Modifier and Type Field Description private static LoggerCloseUtil. loggerprivate LoggerSpyObject. loggerprivate LoggerSpyThread. loggerMethods in net.spy.memcached.compat that return Logger Modifier and Type Method Description protected LoggerSpyObject. getLogger()Get a Logger instance for this class.protected LoggerSpyThread. getLogger()Get a Logger instance for this class. -
Uses of Logger in net.spy.memcached.compat.log
Classes in net.spy.memcached.compat.log that implement Logger Modifier and Type Class Description classAbstractLoggerAbstract implementation of Logger providing most of the common framework.classDefaultLoggerDefault logger implementation.classLog4JLoggerLogging implementation using log4j.classSLF4JLoggerLogging Implementation using the SLF4J logging facade.classSunLoggerLogging implementation using the sun logger.Fields in net.spy.memcached.compat.log with type parameters of type Logger Modifier and Type Field Description private java.lang.reflect.Constructor<? extends Logger>LoggerFactory. instanceConstructorprivate java.util.concurrent.ConcurrentMap<java.lang.String,Logger>LoggerFactory. instancesMethods in net.spy.memcached.compat.log that return Logger Modifier and Type Method Description static LoggerLoggerFactory. getLogger(java.lang.Class<?> clazz)Get a logger by class.static LoggerLoggerFactory. getLogger(java.lang.String name)Get a logger by name.private LoggerLoggerFactory. getNewInstance(java.lang.String name)private LoggerLoggerFactory. internalGetLogger(java.lang.String name)
-