Uses of Package
com.hazelcast.logging
Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
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
|
-
Classes in com.hazelcast.logging used by com.hazelcast.core Class Description LoggingService -
Classes in com.hazelcast.logging used by com.hazelcast.logging Class Description AbstractLogger AbstractILogger
implementation that provides implementations for convenience methods like finest, info, warning and severe.ILogger The Hazelcast logging interface.LogEvent LoggerFactory LoggerFactorySupport LogListener -
Classes in com.hazelcast.logging used by com.hazelcast.spi.discovery Class Description ILogger The Hazelcast logging interface. -
Classes in com.hazelcast.logging used by com.hazelcast.spi.discovery.integration Class Description ILogger The Hazelcast logging interface. -
Classes in com.hazelcast.logging used by com.hazelcast.spi.discovery.multicast Class Description ILogger The Hazelcast logging interface.