scalameta / scalagen

WIP - Scalameta powered code generation
Apache License 2.0
40 stars 5 forks source link

User driven logging #19

Closed DavidDudson closed 6 years ago

DavidDudson commented 6 years ago

As we always wanted to implement this in scalameta/paradise. I feel it needs to happen here.

Error

Kills the generation process & Logs to console

Warning

Logs to console

Info

Logs to console

DavidDudson commented 6 years ago

Note: Instead of just these 3...

I've added 5:

We may want to add a skip also, which skips the current generator without expanding. I'll create a ticket