SLF4D - A proposal for a common logging interface for Dub projects

Tobias Pankrath tobias at pankrath.net
Fri Feb 24 22:01:18 UTC 2023


On Wednesday, 22 February 2023 at 21:46:32 UTC, Andrew wrote:
> I've been spending some time in the last few weeks to prototype 
> a logging framework that's inspired by 
> [SLF4J](https://www.slf4j.org/). To that end, I've created 
> [SLF4D](https://github.com/andrewlalis/slf4d), which provides a 
> common logging interface, and a pluggable architecture to allow 
> third-parties to handle log messages generated by any logger in 
> an application.
>

Why not std.experimental.logger?


More information about the Digitalmars-d-announce mailing list