Class InternalLog4jUtils

java.lang.Object
org.apache.hadoop.hbase.logging.InternalLog4jUtils

@Private final class InternalLog4jUtils extends Object
The actual class for operating on log4j2.

This class will depend on log4j directly, so callers should not use this class directly to avoid introducing log4j2 dependencies to downstream users. Please call the methods in Log4jUtils, as they will call the methods here through reflection.