org.apache.myfaces.extensions.cdi.core.impl.logging
Class LoggerProducer

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.impl.logging.LoggerProducer

@ApplicationScoped
public class LoggerProducer
extends Object

Author:
Gerhard Petracek, Werner Punz

Constructor Summary
LoggerProducer()
           
 
Method Summary
 Logger getLogger(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
 Logger.Factory getLoggerFactory(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
 Logger getLoggerForDetails(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerProducer

public LoggerProducer()
Method Detail

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)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.