Annotation Interface SpringLoggingTest
@Target({ANNOTATION_TYPE,TYPE})
@Retention(RUNTIME)
@Inherited
@LoggingLevelsClass(levels={"TRACE","INFO","ERROR"})
public @interface SpringLoggingTest
The annotation for Spring logging test with levels : TRACE , INFO , ERROR
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
LoggingLevelsClass