Serializes this object into the SerializationInfo provided.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo to populate with data.
- context
- Type: System.Runtime.Serialization StreamingContext
The destination for this serialization.
Implements
ISerializable GetObjectData(SerializationInfo, StreamingContext)Remarks
The data in this event must be fixed before it can be serialized.
The [M:FixVolatileData()] method must be called during the DoAppend(LoggingEvent) method call if this event is to be used outside that method.
See Also