public interface ILoggerFactory
abstract Logger
getLogger(String name)
getLogger(String name, InternalLogger internalLogger)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() abstract Logger getLogger(String name)
@NonNull() abstract Logger getLogger(String name, InternalLogger internalLogger)