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?

1 Like

Relevant GitHub Issue.

Dry-Logger v1.0.4 been released, which supports passing a block to the logger.

1 Like

Nice work! Thanks

1 Like