org.jboss.weld.extensions.log
Annotation Type Category


@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Category

Specifies a Category for the injected logger. A category must be specified for a typed logger.

If the @Category annotation is omitted, the fully qualified name of the injection point type is used as the category.

Author:
Pete Muir
See Also:
MessageLogger, Logger.getLogger(String)

Required Element Summary
 String value
          The category of the logger.
 

Element Detail

value

public abstract String value
The category of the logger.



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