public class

AppenderFinalizer

extends Object
java.lang.Object
   ↳ org.apache.log4j.lf5.AppenderFinalizer

Class Overview

AppenderFinalizer has a single method that will finalize resources associated with a LogBrokerMonitor in the event that the LF5Appender class is destroyed, and the class loader is garbage collected.

Summary

Fields
protected LogBrokerMonitor _defaultMonitor
Public Constructors
AppenderFinalizer(LogBrokerMonitor defaultMonitor)
Protected Methods
void finalize()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LogBrokerMonitor _defaultMonitor

Public Constructors

public AppenderFinalizer (LogBrokerMonitor defaultMonitor)

Protected Methods

protected void finalize ()

Throws
Throwable