This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Make logger an interface and add TestLogger

David Greeson requested to merge logging-interface into main

Summary

It's nice to have a TestLogger with an AssertCalledWith helper function to assert calls on logs that would have printed.

Merge request reports