Esempio n. 1
0
        /// <summary>
        /// Initializes internal class fields.
        /// </summary>
        public LogSettings()
        {
            m_ChannelSettings = new List <KeyValuePair <string, DataStore> >();
            //configure the plugin loader
            DataStore settings = new DataStore();

            settings.Create <Assembly>("Assembly", typeof(ILogChannel).Assembly);
            PluginLoader.AddRepository(RepositoryTypes.Assembly, settings);
        }