Exemplo n.º 1
0
        /// <summary>
        /// Initialise the log4net system using the specified config
        /// </summary>
        /// <param name="element">the element containing the root of the config</param>
        void IDOMRepositoryConfigurator.Configure(System.Xml.XmlElement element)
        {
            DOMHierarchyConfigurator config = new DOMHierarchyConfigurator(this);

            config.Configure(element);

            Configured = true;

            // Notify listeners
            FireConfigurationChangedEvent();
        }
Exemplo n.º 2
0
		/// <summary>
		/// Initialise the log4net system using the specified config
		/// </summary>
		/// <param name="element">the element containing the root of the config</param>
		void IDOMRepositoryConfigurator.Configure(System.Xml.XmlElement element)
		{
			DOMHierarchyConfigurator config = new DOMHierarchyConfigurator(this);
			config.Configure(element);

			Configured = true;

			// Notify listeners
			FireConfigurationChangedEvent();
		}