Uses of Interface
com.hazelcast.logging.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
Modifier and TypeClassDescriptionclass
AbstractILogger
implementation that provides implementations for convenience methods like finest, info, warning and severe.static class
Modifier 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
Modifier and TypeMethodDescriptionprotected ILogger
AbstractDiscoveryStrategy.getLogger()
Returns aILogger
instance bound to the current class.Modifier and TypeMethodDescriptionDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) Instantiates a new instance of theDiscoveryStrategy
with the given configuration properties.ModifierConstructorDescriptionAbstractDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.spi.discovery.integration
Modifier and TypeMethodDescription -
Uses of ILogger in com.hazelcast.spi.discovery.multicast
Modifier and TypeMethodDescriptionMulticastDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> prop) ModifierConstructorDescriptionMulticastDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties)