The isEmpty transformation introduced with version 6.0 allows for dropping whole records in case a field is empty.
This is very useful but for debugging purposes and for giving feedback to the data source provider a message should be logged on every record which is dropped this way. This way it is rather easy to find the affected source records and fix them.
Right now we do this with a custom step which triggers a warning message in case a record is dropped. The record is added to the message as JSON encoded string.