IFixingRequired InterfaceApache log4net™ SDK Documentation
Interface for objects that require fixing.

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

public interface IFixingRequired

The IFixingRequired type exposes the following members.

Methods

  NameDescription
Public methodGetFixedObject
Get a portable version of this object
Top
Remarks

Interface that indicates that the object requires fixing before it can be taken outside the context of the appender's DoAppend(LoggingEvent) method.

When objects that implement this interface are stored in the context properties maps GlobalContextProperties and ThreadContextProperties are fixed (see Fix) the GetFixedObject method will be called.

See Also

Reference