XmlLogger.

XmlLogger(SerializationInfo, StreamingContext) Constructor

Summary

Initializes a new instance of the NAnt.Core.XmlLogger class with serialized data.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
XmlLogger

Syntax

protected XmlLogger(SerializationInfo info, StreamingContext context)

Parameters

Name Type Description
info SerializationInfo The System.Runtime.Serialization.SerializationInfo that holds the serialized object data.
context StreamingContext The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

Return Value

Type Description
void