Beaver.ConfigTransformation.InPlaceTransformer.CollectionXmlTransformationLogger.StartSection C# (CSharp) Method

StartSection() public method

public StartSection ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
type Microsoft.Web.XmlTransform.MessageType
message string
return void
            public void StartSection(TransformMessageType type, string message, params object[] messageArgs)
            {
                WriteLine(message, MessageType.Info, messageArgs);
            }

Same methods

InPlaceTransformer.CollectionXmlTransformationLogger::StartSection ( string message ) : void