Package org.apache.log4j.lf5
Class AppenderFinalizer
- java.lang.Object
-
- org.apache.log4j.lf5.AppenderFinalizer
-
public class AppenderFinalizer extends java.lang.Object
AppenderFinalizer
has a single method that will finalize resources associated with aLogBrokerMonitor
in the event that theLF5Appender
class is destroyed, and the class loader is garbage collected.
-
-
Field Summary
Fields Modifier and Type Field Description protected LogBrokerMonitor
_defaultMonitor
-
Constructor Summary
Constructors Constructor Description AppenderFinalizer(LogBrokerMonitor defaultMonitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
-
-
-
Field Detail
-
_defaultMonitor
protected LogBrokerMonitor _defaultMonitor
-
-
Constructor Detail
-
AppenderFinalizer
public AppenderFinalizer(LogBrokerMonitor defaultMonitor)
-
-