Uses of Interface
com.hazelcast.logging.ILogger
Packages that use ILogger
Package
Description
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in.
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
This package contains the public part of the integrators SPI and is meant for
people that integrate Hazelcast into their own systems or frameworks and cannot
use the default discovery service implementation (for example using a different
DiscoveryStrategy
lookup strategy like OSGi).Contains the hazelcast multicast plugin classes
-
Uses of ILogger in com.hazelcast.logging
Classes in com.hazelcast.logging that implement ILoggerModifier and TypeClassDescriptionclass
AbstractILogger
implementation that provides implementations for convenience methods like finest, info, warning and severe.static class
Methods in com.hazelcast.logging that return ILoggerModifier and TypeMethodDescriptionprotected ILogger
Log4j2Factory.createLogger
(String name) protected ILogger
Log4jFactory.createLogger
(String name) protected abstract ILogger
LoggerFactorySupport.createLogger
(String name) protected ILogger
Slf4jFactory.createLogger
(String name) protected ILogger
StandardLoggerFactory.createLogger
(String name) static ILogger
Obtains alogger
for the givenclazz
.static ILogger
Obtains alogger
of the givenname
.final ILogger
static ILogger
Logger.noLogger()
-
Uses of ILogger in com.hazelcast.spi.discovery
Methods in com.hazelcast.spi.discovery that return ILoggerModifier and TypeMethodDescriptionprotected ILogger
AbstractDiscoveryStrategy.getLogger()
Returns aILogger
instance bound to the current class.Methods in com.hazelcast.spi.discovery with parameters of type ILoggerModifier and TypeMethodDescriptionDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) Instantiates a new instance of theDiscoveryStrategy
with the given configuration properties.Constructors in com.hazelcast.spi.discovery with parameters of type ILoggerModifierConstructorDescriptionAbstractDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.spi.discovery.integration
Methods in com.hazelcast.spi.discovery.integration that return ILoggerMethods in com.hazelcast.spi.discovery.integration with parameters of type ILoggerModifier and TypeMethodDescription -
Uses of ILogger in com.hazelcast.spi.discovery.multicast
Methods in com.hazelcast.spi.discovery.multicast with parameters of type ILoggerModifier and TypeMethodDescriptionMulticastDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> prop) Constructors in com.hazelcast.spi.discovery.multicast with parameters of type ILoggerModifierConstructorDescriptionMulticastDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties)