FluentLog4Net.Layouts.LayoutDefinitionBuilder.Xml C# (CSharp) 메소드

Xml() 공개 메소드

Formats the log events as XML elements.
public Xml ( Action xml ) : XmlLayoutDefinition
xml Action A method to configure the xml layout.
리턴 XmlLayoutDefinition
        public XmlLayoutDefinition Xml(Action<XmlLayoutDefinition> xml)
        {
            return Build.AndConfigure(xml);
        }