Uses of Interface
org.slf4j.Logger
-
Packages that use Logger Package Description org.apache.cxf.ext.logging.slf4j org.apache.wss4j.policy.stax.enforcer org.apache.wss4j.stax.impl.processor.input org.apache.wss4j.stax.setup org.slf4j Core logging interfaces.org.slf4j.bridge org.slf4j.event org.slf4j.helpers Helper classes.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of Logger in org.apache.cxf.ext.logging.slf4j
Methods in org.apache.cxf.ext.logging.slf4j that return Logger Modifier and Type Method Description protected LoggerSlf4jEventSender. getLogger(LogEvent event)Methods in org.apache.cxf.ext.logging.slf4j with parameters of type Logger Modifier and Type Method Description protected voidSlf4jEventSender. performLogging(Logger log, Marker marker, String logMessage)Override this to easily change the logging level etc. -
Uses of Logger in org.apache.wss4j.policy.stax.enforcer
Fields in org.apache.wss4j.policy.stax.enforcer declared as Logger Modifier and Type Field Description protected static LoggerPolicyEnforcerFactory. LOG -
Uses of Logger in org.apache.wss4j.stax.impl.processor.input
Fields in org.apache.wss4j.stax.impl.processor.input declared as Logger Modifier and Type Field Description protected static LoggerSecurityHeaderInputProcessor. LOG -
Uses of Logger in org.apache.wss4j.stax.setup
Fields in org.apache.wss4j.stax.setup declared as Logger Modifier and Type Field Description protected static LoggerInboundWSSec. LOG -
Uses of Logger in org.slf4j
Methods in org.slf4j that return Logger Modifier and Type Method Description LoggerILoggerFactory. getLogger(String name)Return an appropriateLoggerinstance as specified by thenameparameter.static LoggerLoggerFactory. getLogger(Class<?> clazz)Return a logger named corresponding to the class passed as parameter, using the statically boundILoggerFactoryinstance.static LoggerLoggerFactory. getLogger(String name)Return a logger named according to the name parameter using the statically boundILoggerFactoryinstance. -
Uses of Logger in org.slf4j.bridge
Methods in org.slf4j.bridge that return Logger Modifier and Type Method Description protected LoggerSLF4JBridgeHandler. getSLF4JLogger(LogRecord record)Return the Logger instance that will be used for logging.Methods in org.slf4j.bridge with parameters of type Logger Modifier and Type Method Description protected voidSLF4JBridgeHandler. callPlainSLF4JLogger(Logger slf4jLogger, LogRecord record) -
Uses of Logger in org.slf4j.event
Classes in org.slf4j.event that implement Logger Modifier and Type Class Description classEventRecordingLoggerThis class is used to record events during the initialization phase of the underlying logging framework.Constructors in org.slf4j.event with parameters of type Logger Constructor Description DefaultLoggingEvent(Level level, Logger logger) -
Uses of Logger in org.slf4j.helpers
Classes in org.slf4j.helpers that implement Logger Modifier and Type Class Description classAbstractLoggerAn abstract implementation which delegates actual logging work to theAbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)method.classLegacyAbstractLoggerProvides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker),LegacyAbstractLogger.isDebugEnabled(Marker)and other similar methods.classMarkerIgnoringBaseDeprecated.classNOPLoggerA direct NOP (no operation) implementation ofLogger.classSubstituteLoggerA logger implementation which logs via a delegate logger.Methods in org.slf4j.helpers that return Logger Modifier and Type Method Description LoggerSubstituteLogger. delegate()Return the delegate logger instance if set.LoggerNOPLoggerFactory. getLogger(String name)LoggerSubstituteLoggerFactory. getLogger(String name)Methods in org.slf4j.helpers with parameters of type Logger Modifier and Type Method Description voidSubstituteLogger. setDelegate(Logger delegate)Typically called after theLoggerFactoryinitialization phase is completed. -
Uses of Logger in org.slf4j.spi
Subinterfaces of Logger in org.slf4j.spi Modifier and Type Interface Description interfaceLocationAwareLoggerAn optional interface helping integration with logging systems capable of extracting location information.Fields in org.slf4j.spi declared as Logger Modifier and Type Field Description protected LoggerDefaultLoggingEventBuilder. loggerConstructors in org.slf4j.spi with parameters of type Logger Constructor Description DefaultLoggingEventBuilder(Logger logger, Level level)
-