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