Exemple #1
0
 protected BlockBase()
 {
     this.FlowLogger = DataFlowLoggerFactory.Create(this.GetType());
 }
Exemple #2
0
 protected BlockBase(ProcessingBlockOptions options)
 {
     this.Options    = options;
     this.FlowLogger = DataFlowLoggerFactory.Create(this.GetType());
 }