Uses of Class
org.springframework.integration.test.rule.Log4j2LevelAdjuster
Packages that use Log4j2LevelAdjuster
-
Uses of Log4j2LevelAdjuster in org.springframework.integration.test.rule
Methods in org.springframework.integration.test.rule that return Log4j2LevelAdjusterModifier and TypeMethodDescriptionLog4j2LevelAdjuster.categories
(boolean merge, String... categories) Specify the categories for logging level adjusting configured before.Log4j2LevelAdjuster.categories
(String... categoriesToAdjust) Specify the categories for logging level adjusting configured before.Specify the classes for logging level adjusting configured before.Specify the classes for logging level adjusting configured before.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.debug()
The factory to produce Log4j2LevelAdjuster instances forLevel.DEBUG
logging with theorg.springframework.integration
as default category.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.forLevel
(org.apache.logging.log4j.Level level) The factory to produce Log4j2LevelAdjuster instances for arbitrary loggingLevel
with theorg.springframework.integration
as default category.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.info()
The factory to produce Log4j2LevelAdjuster instances forLevel.INFO
logging with theorg.springframework.integration
as default category.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.trace()
The factory to produce Log4j2LevelAdjuster instances forLevel.TRACE
logging with theorg.springframework.integration
as default category.