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 |
ILogger.log(LogEvent logEvent)
Deprecated.
Since 5.1, the method is unused
|
void |
LogListener.log(LogEvent logEvent) |
void |
Log4j2Factory.Log4j2Logger.log(LogEvent logEvent) |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.