Annotation Type TestLogging
-
@Retention(RUNTIME) @Target({PACKAGE,TYPE,METHOD}) public @interface TestLogging
Annotation used to set a custom log level for a specific test method. It supports multiple logger:level comma separated key value pairs Use the _root keyword to set the root logger level e.g. @TestLogging("_root:DEBUG,org.elasticsearch.cluster.metadata:TRACE")
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-