JavaScript is disabled on your browser.
JBoss Logging I18n Annotation Processor 1.1.0.Final
@Retention (value =CLASS )
@Target (value =TYPE )
@Documented
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
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
String
projectCode
Get the project code for messages that have an associated code.
Element Detail
projectCode
public abstract String projectCode
Get the project code for messages that have an associated code. If no project code is associated
with this logger, specify ""
(the empty string).
Returns: the project code
JBoss Logging I18n Annotation Processor 1.1.0.Final
Copyright © 2015 JBoss, a division of Red Hat, Inc. . All Rights Reserved.