@Retention(value=CLASS) @Target(value=TYPE) @Documented public @interface MessageLogger
MessageBundle
, as
well as the BasicLogger
interface.Modifier and Type | Required Element and Description |
---|---|
String |
projectCode
Get the project code for messages that have an associated code.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
length
The length of the padding used for each id in the message bundle.
|
public abstract String projectCode
""
(the empty string).public abstract int length
"000100"
.
Valid values a range of 3 to 8. Any value less than 0 turns off padding. Any other value will result in an error
being produced.Copyright © 2023 JBoss by Red Hat. All rights reserved.