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. |
Modifier and Type | Method and Description |
---|---|
void |
LoggingService.addLogListener(Level level,
LogListener logListener) |
void |
LoggingService.removeLogListener(LogListener logListener) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.