Reading up on logging
2 deep · digging since jan 26
- GitHub - HugoRCD/evlog: Logging that makes sense. Wide events, structured errors, zero chaos.
evlog is a TypeScript-first logging library that collapses multiple log lines into one structured wide event per request with context and self-documenting errors.
- LogTape
LogTape is a zero-dependency, library-first logging library for JavaScript runtimes that stays silent until the application opts in.