|
JBoss Logging 3.1.2.GA-redhat-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=TYPE) @Documented @Deprecated 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.
Required Element Summary | |
---|---|
String |
projectCode
Deprecated. Get the project code for messages that have an associated code. |
Element Detail |
---|
public abstract String projectCode
""
(the empty string).
|
JBoss Logging 3.1.2.GA-redhat-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |