Interface for objects that require fixing.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The IFixingRequired type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetFixedObject |
Get a portable version of this object
|
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