Package org.nuxeo.runtime.test.runner
Annotation Type ConsoleLogLevelThreshold
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ConsoleLogLevelThreshold
Annotation to define a console log level threshold on the root logger, which allows us to hide console log messages when launching tests. AnyClassorMethodcan be annotated, when aMethodis marked then the console level will override theClasslevel if it is defined and it will be restored after the end of the execution of thisMethodotherwise it will inherit theClassdefined level.The default level value is
Level.OFFwhich means all console log messages will be hidden.- Since:
- 11.1
-
-
Element Detail
-
value
String value
- Default:
- "OFF"
-
-