typelevel / log4cats

Logging Tools For Interaction with cats-effect
https://typelevel.org/log4cats/
Apache License 2.0
400 stars 73 forks source link

Ease migration path from passing around a single `SelfAwareStructuredLogger` to using `LoggerFactory` #826

Closed morgen-peschke closed 5 months ago

morgen-peschke commented 5 months ago

As far as I can tell, there are only 3 methods that would be used in a situation where you are passing around a SelfAwareStructuredLogger but aren't actually using it (example: helpers that prepare a SelfAwareStructuredLogger for later use):

It looks like it would be low-hanging fruit to provide these on LoggerFactory, and I've created a PR to do so #825

morgen-peschke commented 5 months ago

825 has been merged, closing as "Done"