org.jboss.solder.logging
Annotation Type Suffix


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

A suffix to use on the specified category (or fully qualified name of the injection point type if no category is specified). The category and suffix will be separated by a logger separator.

Suffixes are not supported by typed loggers.

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

Required Element Summary
 String value
          The suffix to use
 

Element Detail

value

public abstract String value
The suffix to use



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