efficient_dio_logger 1.8.0
efficient_dio_logger: ^1.8.0 copied to clipboard
Not pretty, but efficient
1.8.0 - 2026-06-05 #
- feat: add
prettyJsonoption for formatted JSON logging inEffDioLoggerandEfficientDioLogger - docs: clarify how to enable formatted JSON output and avoid truncation with
compact: falseandmaxWidth: null
1.7.0 - 2026-05-29 #
- feat: add
EffDioLogger.compat(...)for legacyEfficientDioLogger(...)style switches without changingEffDioLogger()lightweight defaults - feat: keep
EfficientDioLoggeras a deprecated thin wrapper delegating toEffDioLogger.compat(...) - fix: support legacy-style
request,requestBody,responseBody,error,filter,lineWidth,maxWidth,compact,logPrint,enabledconfigs inEffDioLogger - fix: use
statusCode ~/ 100for compat response emoji classification
1.6.1 - 2026-03-20 #
- fix jump inner error
1.6.0 - 2026-03-20 #
- feat: Add
logLineBreakparameter toEffDioLoggerto customize the line break string.
1.5.0 - 2026-03-19 #
- feat: Use
package:loggingfor logging, allowing users to configure log level and listener.
1.4.0 - 2025-10-21 #
- feat REQ, RSP will show [hh:mm:ss:sss] at first line; add line break at log trail
1.3.0 2025-10-9 #
- feat EffDioLogger reqExtra; rspExtra; errExtra;
1.2.1 2025-9-9 #
- remove ::onError print req
1.2.0 2025-8-25 #
- feat EffDioLogger::requestHeader
1.1.0 2025-8-22 #
- feat EffDioLogger simple print all req/rsp/err data
1.0.0 2025-8-13 #
- fix decode Object type (Uint8List, MultiPartFile, ...) Error
0.3.0 #
- feat print Error Type, message, stackTrace
0.2.1 #
- fix EndLine indent; uri indent
0.2.0 #
- feat: Print title and data on the same line to avoid log order errors caused by processing large JSON
- feat: Add DateTime.now() to Req/Resp/Error header line
- refactor: use StringBuffer collect all log in one req/resp
0.1.0 #
- feat: add emoji header
- doc: update
0.0.1 #
- initial release.