LoggingEvent Constructor (SerializationInfo, StreamingContext)Apache log4net™ SDK Documentation
Serialization constructor

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

protected LoggingEvent(
	SerializationInfo info,
	StreamingContext context
)
Remarks

Initializes a new instance of the LoggingEvent class with serialized data.

See Also