com.hazelcast.logging
Class LoggerFactorySupport

java.lang.Object
  extended by com.hazelcast.logging.LoggerFactorySupport
All Implemented Interfaces:
LoggerFactory
Direct Known Subclasses:
Log4j2Factory, Log4jFactory, Slf4jFactory, StandardLoggerFactory

public abstract class LoggerFactorySupport
extends Object
implements LoggerFactory


Constructor Summary
LoggerFactorySupport()
           
 
Method Summary
protected abstract  ILogger createLogger(String name)
           
 ILogger getLogger(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactorySupport

public LoggerFactorySupport()
Method Detail

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.