org.jboss.weld.log
Class LoggerProducer

java.lang.Object
  extended by org.jboss.weld.log.LoggerProducer

public class LoggerProducer
extends java.lang.Object

The LoggerProducer provides a producer method for all

Author:
David Allen

Constructor Summary
LoggerProducer()
           
 
Method Summary
 org.jboss.weld.log.Log produceLog(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

produceLog

@Produces
@Logger
public org.jboss.weld.log.Log produceLog(javax.enterprise.inject.spi.InjectionPoint injectionPoint)


Copyright © 2008-2009 Seam Framework. All Rights Reserved.