Package org.apache.log4j.spi
Interface HierarchyEventListener
-
@Deprecated(since="2022-01-27") public interface HierarchyEventListener
Deprecated.This internal log4j API is not supported by AEM as a Cloud Service.Listen to events occurring within aHierarchy.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddAppenderEvent(Category cat, Appender appender)Deprecated.voidremoveAppenderEvent(Category cat, Appender appender)Deprecated.
-