AppenderAttachedImpl MethodsApache log4net™ SDK Documentation
The AppenderAttachedImpl type exposes the following members.
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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetAppender
Gets an attached appender with the specified name.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also