Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of <see cref="LogDistributor"></see>
 /// </summary>
 /// <param name="configurationContext"><see cref="ConfigurationContext"></see> used to initialize this instance</param>
 public LogDistributor(ConfigurationContext configurationContext)
 {
     this.loggingConfigurationView = new LoggingConfigurationView(configurationContext);
     this.events = new DistributorEvents();
     this.defaulLogSink = new DefaultLogDestination();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of <see cref="LogDistributor"></see>
 /// </summary>
 /// <param name="configurationContext"><see cref="ConfigurationContext"></see> used to initialize this instance</param>
 public LogDistributor(ConfigurationContext configurationContext)
 {
     this.loggingConfigurationView = new LoggingConfigurationView(configurationContext);
     this.events        = new DistributorEvents();
     this.defaulLogSink = new DefaultLogDestination();
 }