FluentLog4Net.Layouts.LayoutDefinitionBuilder.XmlInLog4JSchema C# (CSharp) Method

XmlInLog4JSchema() public method

Formats the log events as XML elements compatible with the log4j schema.
public XmlInLog4JSchema ( Action xml ) : XmlLog4jLayoutDefinition
xml Action A method to configure the xml layout.
return XmlLog4jLayoutDefinition
        public XmlLog4jLayoutDefinition XmlInLog4JSchema(Action<XmlLog4jLayoutDefinition> xml)
        {
            return Build.AndConfigure(xml);
        }