org.jboss.solder.logging
Annotation Type Category


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

Specifies a string category for the injected logger.

A category must be specified for a typed logger.

For a non-typed logger, if no category annotation is specified at a Logger injection point, the fully qualified name of the bean implementation class 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-2011 Seam Framework. All Rights Reserved.