pyecore/setuptools-pyecore

Add logging output

Closed this issue · 0 comments

The user isn't informed which model is generated by pyecoregen. If several models were found by setuptools-pyecore or the user specified more than one model the user doesn't know about the model which is currently generated. This gets more problematic if the generation fails for one of the found models but the user don't know which model is the faulty one.

Before the model generation is triggered the distutils logging framework should be used to print a user friendly generation message.