Uses of Interface
org.slf4j.Logger
Packages that use Logger
Package
Description
-
Uses of Logger in org.apache.activemq.artemis.core.client
Constructors in org.apache.activemq.artemis.core.client with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.core.server
Constructors in org.apache.activemq.artemis.core.server with parameters of type LoggerModifierConstructorDescriptionActiveMQMessageBundle_impl(Logger logger) ActiveMQServerLogger_impl(Logger logger) -
Uses of Logger in org.apache.activemq.artemis.core.server.impl.quorum
Methods in org.apache.activemq.artemis.core.server.impl.quorum with parameters of type LoggerModifier and TypeMethodDescriptionstatic booleanActivationSequenceStateMachine.awaitNextCommittedActivationSequence(org.apache.activemq.artemis.lockmanager.DistributedLockManager distributedManager, String coordinatedLockAndNodeId, long activationSequence, long timeoutMills, Logger logger) It wait untiltimeoutMillis mshas passed or the coordinated activation sequence has progressed enoughstatic voidActivationSequenceStateMachine.ensureSequentialAccessToNodeData(String serverDescription, NodeManager nodeManager, org.apache.activemq.artemis.lockmanager.DistributedLockManager distributedManager, Logger logger) This is going to increment the coordinated activation sequence and the local activation sequence (usingNodeManager.writeNodeActivationSequence(long)) while holding the primary lock, failing with some exception otherwise.static org.apache.activemq.artemis.lockmanager.DistributedLockActivationSequenceStateMachine.tryActivate(NodeManager nodeManager, org.apache.activemq.artemis.lockmanager.DistributedLockManager distributedManager, Logger logger) It loops if the data of the broker is still valuable, but cannot become active. -
Uses of Logger in org.apache.activemq.artemis.core.server.plugin.impl
Constructors in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.integration.bootstrap
Constructors in org.apache.activemq.artemis.integration.bootstrap with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.jdbc.store.logging
Fields in org.apache.activemq.artemis.jdbc.store.logging declared as LoggerConstructors in org.apache.activemq.artemis.jdbc.store.logging with parameters of type LoggerModifierConstructorDescriptionLoggingConnection(Connection connection, Logger logger) LoggingPreparedStatement(PreparedStatement preparedStatement, Logger logger) LoggingResultSet(ResultSet resultSet, Logger logger) LoggingStatement(Statement statement, Logger logger) -
Uses of Logger in org.apache.activemq.artemis.jms.bridge
Constructors in org.apache.activemq.artemis.jms.bridge with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.jms.client
Constructors in org.apache.activemq.artemis.jms.client with parameters of type LoggerModifierConstructorDescriptionActiveMQJMSClientBundle_impl(Logger logger) ActiveMQJMSClientLogger_impl(Logger logger) -
Uses of Logger in org.apache.activemq.artemis.jms.server
Constructors in org.apache.activemq.artemis.jms.server with parameters of type LoggerModifierConstructorDescriptionActiveMQJMSServerBundle_impl(Logger logger) ActiveMQJMSServerLogger_impl(Logger logger) -
Uses of Logger in org.apache.activemq.artemis.journal
Constructors in org.apache.activemq.artemis.journal with parameters of type LoggerModifierConstructorDescriptionActiveMQJournalBundle_impl(Logger logger) ActiveMQJournalLogger_impl(Logger logger) -
Uses of Logger in org.apache.activemq.artemis.logs
Methods in org.apache.activemq.artemis.logs that return LoggerConstructors in org.apache.activemq.artemis.logs with parameters of type LoggerModifierConstructorDescriptionActiveMQUtilBundle_impl(Logger logger) ActiveMQUtilLogger_impl(Logger logger) AuditLogger_impl(Logger logger) -
Uses of Logger in org.apache.activemq.artemis.ra
Constructors in org.apache.activemq.artemis.ra with parameters of type LoggerModifierConstructorDescriptionActiveMQRABundle_impl(Logger logger) ActiveMQRALogger_impl(Logger logger) -
Uses of Logger in org.apache.activemq.artemis.service.extensions
Constructors in org.apache.activemq.artemis.service.extensions with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.service.extensions.xa.recovery
Constructors in org.apache.activemq.artemis.service.extensions.xa.recovery with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.spi.core.security.jaas
Constructors in org.apache.activemq.artemis.spi.core.security.jaas with parameters of type Logger -
Uses of Logger in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils with parameters of type Logger -
Uses of Logger in org.apache.cxf.ext.logging.slf4j
Methods in org.apache.cxf.ext.logging.slf4j that return LoggerMethods in org.apache.cxf.ext.logging.slf4j with parameters of type LoggerModifier and TypeMethodDescriptionprotected 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 -
Uses of Logger in org.apache.wss4j.stax.impl.processor.input
Fields in org.apache.wss4j.stax.impl.processor.input declared as Logger -
Uses of Logger in org.apache.wss4j.stax.setup
Fields in org.apache.wss4j.stax.setup declared as Logger -
Uses of Logger in org.jboss.activemq.artemis.wildfly
Constructors in org.jboss.activemq.artemis.wildfly with parameters of type Logger -
Uses of Logger in org.slf4j
Modifier and TypeMethodDescriptionReturn an appropriateLoggerinstance as specified by thenameparameter.static LoggerReturn a logger named corresponding to the class passed as parameter, using the statically boundILoggerFactoryinstance.static LoggerReturn 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 LoggerModifier and TypeMethodDescriptionprotected LoggerSLF4JBridgeHandler.getSLF4JLogger(LogRecord record) Return the Logger instance that will be used for logging.Methods in org.slf4j.bridge with parameters of type LoggerModifier and TypeMethodDescriptionprotected voidSLF4JBridgeHandler.callPlainSLF4JLogger(Logger slf4jLogger, LogRecord record) -
Uses of Logger in org.slf4j.event
Classes in org.slf4j.event that implement LoggerModifier and TypeClassDescriptionclassThis 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 -
Uses of Logger in org.slf4j.helpers
Classes in org.slf4j.helpers that implement LoggerModifier and TypeClassDescriptionclassAn abstract implementation which delegates actual logging work to theAbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)method.classProvides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker),LegacyAbstractLogger.isDebugEnabled(Marker)and other similar methods.classDeprecated.classA direct NOP (no operation) implementation ofLogger.classA logger implementation which logs via a delegate logger.Methods in org.slf4j.helpers that return LoggerModifier and TypeMethodDescriptionSubstituteLogger.delegate()Return the delegate logger instance if set.Methods in org.slf4j.helpers with parameters of type LoggerModifier and TypeMethodDescriptionvoidSubstituteLogger.setDelegate(Logger delegate) Typically called after theLoggerFactoryinitialization phase is completed. -
Uses of Logger in org.slf4j.spi
Subinterfaces of Logger in org.slf4j.spiModifier and TypeInterfaceDescriptioninterfaceAn optional interface helping integration with logging systems capable of extracting location information.Fields in org.slf4j.spi declared as LoggerConstructors in org.slf4j.spi with parameters of type Logger