Package com.hazelcast.logging
Interface LoggerFactory
-
- All Known Implementing Classes:
Log4j2Factory
,Log4jFactory
,LoggerFactorySupport
,NoLogFactory
,Slf4jFactory
,StandardLoggerFactory
public interface LoggerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILogger
getLogger(java.lang.String name)
-
-
-
Method Detail
-
getLogger
ILogger getLogger(java.lang.String name)
-
-