Class Log4j2LevelAdjuster

java.lang.Object
org.springframework.kafka.test.rule.Log4j2LevelAdjuster
All Implemented Interfaces:
org.junit.rules.MethodRule

@Deprecated(since="4.0", forRemoval=true) public class Log4j2LevelAdjuster extends Object implements org.junit.rules.MethodRule
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0 in favor of LogLevels.
A JUnit method @Rule that changes the logger level for a set of classes while a test method is running. Useful for performance or scalability tests where we don't want to generate a large log in a tight inner loop.
Author:
Dave Syer, Artem Bilan, Gary Russell, Sanghyeok An
  • Constructor Summary

    Constructors
    Constructor
    Description
    Log4j2LevelAdjuster(org.apache.logging.log4j.Level level, Class<?>... classes)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    categories(String... categoriesToAdjust)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Log4j2LevelAdjuster

      public Log4j2LevelAdjuster(org.apache.logging.log4j.Level level, Class<?>... classes)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • categories

      public Log4j2LevelAdjuster categories(String... categoriesToAdjust)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      apply in interface org.junit.rules.MethodRule