AppenderAttachedImpl ClassApache log4net™ SDK Documentation
A straightforward implementation of the IAppenderAttachable interface.
Inheritance Hierarchy

SystemObject
  log4net.UtilAppenderAttachedImpl

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public class AppenderAttachedImpl : IAppenderAttachable

The AppenderAttachedImpl type exposes the following members.

Constructors

  NameDescription
Public methodAppenderAttachedImpl
Constructor
Top
Properties

  NameDescription
Public propertyAppenders
Gets all attached appenders.
Top
Methods

  NameDescription
Public methodAddAppender
Attaches an appender.
Public methodAppendLoopOnAppenders(LoggingEvent)
Append on on all attached appenders.
Public methodAppendLoopOnAppenders(LoggingEvent)
Append on on all attached appenders.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAppender
Gets an attached appender with the specified name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAllAppenders
Removes all attached appenders.
Public methodRemoveAppender(String)
Removes the appender with the specified name from the list of appenders.
Public methodRemoveAppender(IAppender)
Removes the specified appender from the list of attached appenders.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks

This is the default implementation of the IAppenderAttachable interface. Implementors of the IAppenderAttachable interface should aggregate an instance of this type.

See Also

Reference