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
-
Element Details
-
value
String valueThe name of the static field containing anAppenderConfig
orConsumer<AppenderConfig>
object.- Returns:
- the field name
-