Package org.apache.solr.util
Annotation 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 -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueA log-level definition string
-