18 points | by carlos-menezes3 days ago
Even if I'm in the minority and TS-first is a significant value prop for many users, I think it would be worth nothing on the homepage why this is important for protective users.
This is still a major work in progress. The question has been asked many times on other communities and I agree that there should be a section on the README (maybe at the very top) comparing this with other loggers (e.g. how transports work in Caran vs Pino, benchmarks, etc).
It's something I have considered but I've been fleshing out transports asap.
All the best!
Was just about to start adding a little more structure to my app's logging, so ill have to play with it then!
1. Create an implementation of the `Transport` class (you'll only have to implement the `handle` method);
2. Add to the list of transports on your `Logger` instance.