app_factory_logging 0.0.2
app_factory_logging: ^0.0.2 copied to clipboard
App Factory debug-print baseline — AppLogger abstraction, debugPrint console, Riverpod bindings, FakeAppLogger, and AppLogSink breadcrumbs.
0.0.2 #
- Breaking (pre-1.0): console backend is terminal-only via
debugPrint. Removeddart:developer,package:logging, and the process-wideLogger.rootsubscription. - Breaking (pre-1.0): removed test helpers
debugResetForTestanddebugIsHandlerRegisteredForTest(no longer needed without a global handler). - Added
enableConsoleOutput(defaults tokDebugMode) and optionaluseAnsiColors(off by default). warn/errorstill forward toAppLogSinkfor breadcrumbs; sink failures print a single diagnostic when console output is enabled, without duplicating the exception text.- Per-instance
enableConsoleOutput/minLevelcontrol.
0.0.1 #
- Initial release:
AppLoggerabstraction,ConsoleAppLogger(truncation +debugChunked),FakeAppLogger, generated Riverpod providers,AppLogSinkinterface, and optionalAppLoggerProviderObserver.