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

XmlInLog4JSchema() 공개 메소드

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.
리턴 XmlLog4jLayoutDefinition
        public XmlLog4jLayoutDefinition XmlInLog4JSchema(Action<XmlLog4jLayoutDefinition> xml)
        {
            return Build.AndConfigure(xml);
        }