Package | Description |
---|---|
com.hazelcast.cluster | |
com.hazelcast.instance | |
com.hazelcast.logging |
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commongs logging, so that different logging frameworks like log4j, can be hooked in. |
com.hazelcast.nio |
Modifier and Type | Field and Description |
---|---|
protected SystemLogService |
AbstractJoiner.systemLogService |
Modifier and Type | Method and Description |
---|---|
SystemLogService |
Node.getSystemLogService() |
Constructor and Description |
---|
LoggingServiceImpl(SystemLogService systemLogService,
String groupName,
String loggingType,
BuildInfo buildInfo) |
Modifier and Type | Method and Description |
---|---|
SystemLogService |
IOService.getSystemLogService() |
SystemLogService |
TcpIpConnection.getSystemLogService() |
SystemLogService |
NodeIOService.getSystemLogService() |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.