enableDebugLogging property

bool enableDebugLogging
getter/setter pair

Whether caught errors are logged with debugPrint.

A one-line escape hatch for a quick safeCall-level trace. For actual HTTP traffic logging — request/response lines, timings, redacted headers, curl — install NetworkLogInterceptor instead (via installNetworkHandling(logging: ...)); enabling both just prints the same failures twice.

Implementation

bool enableDebugLogging;