Annotation Interface LogLevel


@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface LogLevel
Annotation specifying the log level for a particular test case or method

Log levels are set for different classes by passing a configuration string to the annotation, like this: @LogLevel("org.apache.solr=DEBUG;org.apache.solr.core=INFO")

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A log-level definition string
  • Element Details

    • value

      String value
      A log-level definition string