Provides various test rules.
-
Specify the categories for logging level adjusting configured before.
Specify the categories for logging level adjusting configured before.
Log4j2LevelAdjuster.classes(boolean merge,
Class<?>... classesToAdjust)
Specify the classes for logging level adjusting configured before.
Specify the classes for logging level adjusting configured before.
Log4j2LevelAdjuster.debug()
The factory to produce Log4j2LevelAdjuster instances for Level.DEBUG
logging
with the org.springframework.integration
as default category.
Log4j2LevelAdjuster.forLevel(org.apache.logging.log4j.Level level)
The factory to produce Log4j2LevelAdjuster instances for arbitrary logging Level
with the org.springframework.integration
as default category.
Log4j2LevelAdjuster.info()
The factory to produce Log4j2LevelAdjuster instances for Level.INFO
logging
with the org.springframework.integration
as default category.
Log4j2LevelAdjuster.trace()
The factory to produce Log4j2LevelAdjuster instances for Level.TRACE
logging
with the org.springframework.integration
as default category.