IFixingRequired GetFixedObject Method Apache log4net™ SDK Documentation
Get a portable version of this object

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

Object GetFixedObject()

Return Value

Type: OnlineObject
the portable instance of this object
Remarks

Get a portable instance object that represents the current state of this object. The portable object can be stored and logged from any thread with identical results.

See Also