Package org.jboss.logging
Annotation Type MessageLogger
-
@Retention(CLASS) @Target(TYPE) @Documented @Deprecated public @interface MessageLogger
Deprecated.Use org.jboss.logging.annotations.MessageLogger provided in module org.jboss.logging:jboss-logging-annotationsSignify that an interface is a typed logger interface. A message logger interface may optionally extend other message logger interfaces and message bundle interfaces (seeMessageBundle
, as well as theBasicLogger
interface.- Author:
- David M. Lloyd
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
projectCode
Deprecated.Get the project code for messages that have an associated code.
-