Uses of Interface
com.hazelcast.logging.LoggingService

Packages that use LoggingService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
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. 
 

Uses of LoggingService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return LoggingService
 LoggingService HazelcastClientInstanceImpl.getLoggingService()
           
 LoggingService HazelcastClientProxy.getLoggingService()
           
 

Uses of LoggingService in com.hazelcast.core
 

Methods in com.hazelcast.core that return LoggingService
 LoggingService HazelcastInstance.getLoggingService()
          Returns the logging service of this Hazelcast instance.
 

Uses of LoggingService in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return LoggingService
 LoggingService HazelcastInstanceImpl.getLoggingService()
           
 LoggingService HazelcastInstanceProxy.getLoggingService()
           
 

Uses of LoggingService in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return LoggingService
 LoggingService HazelcastConnectionImpl.getLoggingService()
           
 

Uses of LoggingService in com.hazelcast.logging
 

Classes in com.hazelcast.logging that implement LoggingService
 class LoggingServiceImpl
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.