|
JBoss Logging 3.0.0.Beta5-SNAPSHOT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Optional Element Summary | |
---|---|
String |
projectCode
Get the project code for messages that have an associated code. |
public abstract String projectCode
|
JBoss Logging 3.0.0.Beta5-SNAPSHOT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |