JBoss Logging 3.0.0.Beta5-SNAPSHOT

org.jboss.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 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:
""

JBoss Logging 3.0.0.Beta5-SNAPSHOT

Copyright © 2010 JBoss, a division of Red Hat, Inc.