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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfijLoggergetLogger(java.lang.String name)intgetPriority()
-
-
-
Method Detail
-
getLogger
public ConfijLogger getLogger(java.lang.String name)
- Specified by:
getLoggerin interfaceConfijLogFactory
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceServiceLoaderPriority
-
-