Uses of Interface
com.hazelcast.logging.ILogger
Package | Description |
---|---|
com.hazelcast.logging |
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. |
com.hazelcast.spi.discovery |
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
|
com.hazelcast.spi.discovery.integration |
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). |
com.hazelcast.spi.discovery.multicast |
Contains the hazelcast multicast plugin classes
|
-
Uses of ILogger in com.hazelcast.logging
Classes in com.hazelcast.logging that implement ILogger Modifier and Type Class Description class
AbstractLogger
AbstractILogger
implementation that provides implementations for convenience methods like finest, info, warning and severe.static class
Log4j2Factory.Log4j2Logger
Methods in com.hazelcast.logging that return ILogger Modifier and Type Method Description protected 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
Logger. getLogger(Class clazz)
Obtains alogger
for the givenclazz
.static ILogger
Logger. getLogger(String name)
Obtains alogger
of the givenname
.ILogger
LoggerFactory. getLogger(String name)
ILogger
LoggerFactorySupport. getLogger(String name)
ILogger
LoggingService. getLogger(Class type)
ILogger
LoggingService. getLogger(String name)
ILogger
NoLogFactory. getLogger(String name)
static ILogger
Logger. noLogger()
-
Uses of ILogger in com.hazelcast.spi.discovery
Methods in com.hazelcast.spi.discovery that return ILogger Modifier and Type Method Description protected ILogger
AbstractDiscoveryStrategy. getLogger()
Returns aILogger
instance bound to the current class.Methods in com.hazelcast.spi.discovery with parameters of type ILogger Modifier and Type Method Description DiscoveryStrategy
DiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode, 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 ILogger Constructor Description AbstractDiscoveryStrategy(ILogger logger, Map<String,Comparable> properties)
-
Uses of ILogger in com.hazelcast.spi.discovery.integration
Methods in com.hazelcast.spi.discovery.integration that return ILogger Modifier and Type Method Description ILogger
DiscoveryServiceSettings. getLogger()
Methods in com.hazelcast.spi.discovery.integration with parameters of type ILogger Modifier and Type Method Description DiscoveryServiceSettings
DiscoveryServiceSettings. setLogger(ILogger logger)
-
Uses of ILogger in com.hazelcast.spi.discovery.multicast
Methods in com.hazelcast.spi.discovery.multicast with parameters of type ILogger Modifier and Type Method Description DiscoveryStrategy
MulticastDiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode, ILogger logger, Map<String,Comparable> prop)
Constructors in com.hazelcast.spi.discovery.multicast with parameters of type ILogger Constructor Description MulticastDiscoveryStrategy(DiscoveryNode discoveryNode, ILogger logger, Map<String,Comparable> properties)