Package io.quarkus.arc.runtime
Class LoggerProducer
java.lang.Object
io.quarkus.arc.runtime.LoggerProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voiddestroy()(package private) org.jboss.logging.LoggergetLoggerWithCustomName(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) (package private) org.jboss.logging.LoggergetSimpleLogger(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
Constructor Details
-
LoggerProducer
public LoggerProducer()
-
-
Method Details
-
getSimpleLogger
@Dependent @Produces org.jboss.logging.Logger getSimpleLogger(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) -
getLoggerWithCustomName
@Dependent @Produces org.jboss.logging.Logger getLoggerWithCustomName(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) -
destroy
@PreDestroy void destroy()
-