Package ch.kk7.confij.logging
Class JulLogger.JulLogFactory
java.lang.Object
ch.kk7.confij.logging.JulLogger.JulLogFactory
- All Implemented Interfaces:
ServiceLoaderPriority,ConfijLogFactory
- Enclosing class:
- JulLogger
@AutoService(ConfijLogFactory.class) public static class JulLogger.JulLogFactory extends java.lang.Object implements ConfijLogFactory, ServiceLoaderPriority
-
Field Summary
Fields inherited from interface ch.kk7.confij.common.ServiceLoaderPriority
DEFAULT_PRIORITY -
Constructor Summary
Constructors Constructor Description JulLogFactory() -
Method Summary
Modifier and Type Method Description ConfijLoggergetLogger(java.lang.String name)intgetPriority()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JulLogFactory
public JulLogFactory()
-
-
Method Details
-
getLogger
- Specified by:
getLoggerin interfaceConfijLogFactory
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceServiceLoaderPriority
-