Uses of Class
org.springframework.integration.test.rule.Log4j2LevelAdjuster

Packages that use Log4j2LevelAdjuster
Package
Description
Provides various test rules.
  • Uses of Log4j2LevelAdjuster in org.springframework.integration.test.rule

    Modifier and Type
    Method
    Description
    Log4j2LevelAdjuster.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.
    Log4j2LevelAdjuster.classes(boolean merge, Class<?>... classesToAdjust)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Specify the classes for logging level adjusting configured before.
    Log4j2LevelAdjuster.classes(Class<?>... clazzes)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Specify the classes for logging level adjusting configured before.
    Log4j2LevelAdjuster.debug()
    Deprecated, for removal: This API element is subject to removal in a future version.
    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)
    Deprecated, for removal: This API element is subject to removal in a future version.
    The factory to produce Log4j2LevelAdjuster instances for arbitrary logging Level with the org.springframework.integration as default category.
    Log4j2LevelAdjuster.info()
    Deprecated, for removal: This API element is subject to removal in a future version.
    The factory to produce Log4j2LevelAdjuster instances for Level.INFO logging with the org.springframework.integration as default category.
    Log4j2LevelAdjuster.trace()
    Deprecated, for removal: This API element is subject to removal in a future version.
    The factory to produce Log4j2LevelAdjuster instances for Level.TRACE logging with the org.springframework.integration as default category.