Annotation Interface ApplyLogging
When used with the
LogAppenderExtension on a test method, it will use the AppenderConfig
or Consumer<AppenderConfig> field named in the value property as the configuration for the log
appender.-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the static field containing anAppenderConfigorConsumer<AppenderConfig>object.- Returns:
- the field name
-