Release structured_logger 1.0.2 and dio_interceptor 1.2.0
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
We 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.
Com o crescimento do ecossistema, decidimos reestruturar o pacote structured_logger para suportar melhor o uso em Dart puro (CLI, servidores) sem depender do Flutter.
O principal objetivo foi separar o core do pacote do ecossistema Flutter, permitindo que ele seja usado diretamente em projetos Dart puros.
packages/apps/flutter^3.6.0resolution: workspace em todos os membrosO server agora depende diretamente do pacote via workspace:
Eliminamos a cópia manual de seq_constants.dart.
latest sempre reflete a última versão estável da mainstructured_logger 1.0.0structured_logger_dio_interceptorObrigado a todos que testaram as versões anteriores. Feedback é bem-vindo!
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.
Version 0.1.0 introduced SinkSeq, allowing Flutter apps to send structured events in CLEF format to Seq servers — the same ecosystem many .NET teams already use.