You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,8 @@ class MyDataflowType extends AbstractDataflowType
206
206
ContentStructureFactoryInterface::MODE_INSERT_OR_UPDATE //Optional value. Other choice : ContentStructureFactoryInterface::MODE_INSERT_ONLY or ContentStructureFactoryInterface::MODE_UPDATE_ONLY
207
207
);
208
208
});
209
+
// If you want the writer log
210
+
$this->contentWriter->setLogger($this->logger);
209
211
$builder->addWriter($this->contentWriter);
210
212
}
211
213
}
@@ -228,6 +230,8 @@ public function __construct(NotModifiedContentFilter $notModifiedContentFilter)
228
230
protected function buildDataflow(DataflowBuilder $builder, array $options): void
0 commit comments