@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.
Logger.getLogger(String, String)
public abstract String value
Copyright © 2012 Seam Framework. All Rights Reserved.