Interface for objects that require fixing.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
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