org.apache.myfaces.extensions.cdi.core.impl.logging
Class LoggerProducer
java.lang.Object
org.apache.myfaces.extensions.cdi.core.impl.logging.LoggerProducer
@ApplicationScoped
public class LoggerProducer
- extends Object
Producer for injectable loggers and logger factories
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerProducer
public LoggerProducer()
getLogger
@Produces
@Dependent
public Logger getLogger(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
getLoggerFactory
@Produces
@Dependent
public Logger.Factory getLoggerFactory(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
getLoggerForDetails
@Produces
@Dependent
@LoggerDetails
public Logger getLoggerForDetails(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
tryToGetFieldValue
public <T> T tryToGetFieldValue(Object object,
String fieldName,
Class<T> resultType)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.