CmisSync.Lib.Config.GetLog4NetConfig C# (CSharp) Method

GetLog4NetConfig() public method

Log4net configuration, as an XML tree readily usable by Log4net.
public GetLog4NetConfig ( ) : XmlElement
return System.Xml.XmlElement
        public XmlElement GetLog4NetConfig()
        {
            return configXml.Log4Net as XmlElement;
        }