com.hazelcast.logging
Class LoggerFactorySupport
java.lang.Object
com.hazelcast.logging.LoggerFactorySupport
- All Implemented Interfaces:
- LoggerFactory
- Direct Known Subclasses:
- Log4j2Factory, Log4jFactory, Slf4jFactory, StandardLoggerFactory
public abstract class LoggerFactorySupport
- extends Object
- implements LoggerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerFactorySupport
public LoggerFactorySupport()
getLogger
public final ILogger getLogger(String name)
- Specified by:
getLogger
in interface LoggerFactory
createLogger
protected abstract ILogger createLogger(String name)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.