Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IFixingRequired Interface

Interface for objects that require fixing.

For a list of all members of this type, see IFixingRequired Members.

[Visual�Basic]
Public�Interface�IFixingRequired
[C#]
public�interface�IFixingRequired

Types that implement IFixingRequired

Type Description
ThreadContextStack Implementation of Stack for the ThreadContext

Remarks

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

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

Requirements

Namespace: log4net.Core

Assembly: log4net (in log4net.dll)

See Also

IFixingRequired Members | log4net.Core Namespace