org.jboss.solder.logging
Annotation Type MessageLogger


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MessageLogger

Signify that an interface is a typed logger interface. A message logger interface may optionally extend other message logger interfaces and message bundle interfaces (see MessageBundle, as well as the org.jboss.logging.BasicLogger interface.

Author:
David M. Lloyd

Optional Element Summary
 String projectCode
          Get the project code for messages that have an associated code.
 

projectCode

public abstract String projectCode
Get the project code for messages that have an associated code.

Returns:
the project code
Default:
""


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