dry-logger API compatible with Ruby logger?

It would be helpful if the dry-logger API would be compatible with the standard Ruby Logger API so that it can be used in other libraries.

I think the only thing missing is to support block passed to the logging methods (info, debug, etc.). What do you think?