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