Release structured_logger 1.0.2 and dio_interceptor 1.2.0
· 2 min read
We published two stable releases of the structured_logger ecosystem on pub.dev:
- structured_logger
1.0.2 - structured_logger_dio_interceptor
1.2.0
Logging practices and tools
View All TagsWe published two stable releases of the structured_logger ecosystem on pub.dev:
1.0.21.2.0The CLEF Viewer is a lightweight, self-hosted webapp for receiving, storing, and visualizing structured logs in the CLEF format (compatible with Seq). It was created as a natural complement to structured_logger for developers who need observability in development and small production environments without depending on a full Seq instance.
Logging in Flutter apps is often a mix of print, debugPrint, and ad-hoc string concatenation. It works day to day, but makes search, alerts, and correlation harder as the app grows.