Package com.hazelcast.logging
Class StandardLoggerFactory
- java.lang.Object
-
- com.hazelcast.logging.LoggerFactorySupport
-
- com.hazelcast.logging.StandardLoggerFactory
-
- All Implemented Interfaces:
com.hazelcast.logging.impl.InternalLoggerFactory
,LoggerFactory
public class StandardLoggerFactory extends LoggerFactorySupport implements LoggerFactory
-
-
Constructor Summary
Constructors Constructor Description StandardLoggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ILogger
createLogger(java.lang.String name)
-
Methods inherited from class com.hazelcast.logging.LoggerFactorySupport
clearLoadedLoggers, getLogger, resetLevel, setLevel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hazelcast.logging.LoggerFactory
getLogger
-
-
-
-
Method Detail
-
createLogger
protected ILogger createLogger(java.lang.String name)
- Specified by:
createLogger
in classLoggerFactorySupport
-
-