Uses of Interface
com.hazelcast.logging.LoggerFactory
Packages that use LoggerFactory
Package
Description
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.
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.
-
Uses of LoggerFactory in com.hazelcast.logging
Classes in com.hazelcast.logging that implement LoggerFactoryModifier and TypeClassDescriptionclass
Logging to Log4j 2.x.class
class
class
class
class
Methods in com.hazelcast.logging that return LoggerFactoryModifier and TypeMethodDescriptionstatic LoggerFactory
Logger.newLoggerFactory
(String preferredType) Creates alogger factory
instance of the given preferred type.