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) Deprecated, for removal: This API element is subject to removal in a future version.Specify the categories for logging level adjusting configured before.Log4j2LevelAdjuster.categories
(String... categoriesToAdjust) Deprecated, for removal: This API element is subject to removal in a future version.Specify the categories for logging level adjusting configured before.Deprecated, for removal: This API element is subject to removal in a future version.Specify the classes for logging level adjusting configured before.Deprecated, for removal: This API element is subject to removal in a future version.Specify the classes for logging level adjusting configured before.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.debug()
Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.The factory to produce Log4j2LevelAdjuster instances for arbitrary loggingLevel
with theorg.springframework.integration
as default category.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.info()
Deprecated, for removal: This API element is subject to removal in a future version.The factory to produce Log4j2LevelAdjuster instances forLevel.INFO
logging with theorg.springframework.integration
as default category.static Log4j2LevelAdjuster
Log4j2LevelAdjuster.trace()
Deprecated, for removal: This API element is subject to removal in a future version.The factory to produce Log4j2LevelAdjuster instances forLevel.TRACE
logging with theorg.springframework.integration
as default category.