app_factory_logging
App Factory debug-print baseline — AppLogger abstraction, debugPrint console, Riverpod bindings, FakeAppLogger, and AppLogSink breadcrumbs.
0.1.1
178 downloads/mo
#1442 most downloaded on pub.dev
Ad-Quanta/app_factory_logging
What this package is like to depend on
Last release 27 days ago
28 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2026 to Jul 2026Releases
latest 4-
0.1.128 Jul 2026Release notes
Open source →- Changed the license for this and future versions from MIT to the Apache License 2.0 and added the package NOTICE file.
-
0.1.028 Jul 2026Release notes
Open source →- Breaking (pre-1.0): added
AppLogLevel.traceandAppLogger.trace(...). CustomAppLoggerimplementations and exhaustiveAppLogLevelswitches must be updated. Existing enum indexes also shift becausetraceis first. The defaultminLevel: AppLogLevel.debugcontinues to filter trace output. - Added
AppLogScopeandAppLogger.forOwner(this)to bind the owner's runtime class name once and omit handwritten tags from subsequent calls.
- Breaking (pre-1.0): added
-
0.0.220 Jul 2026Release notes
Open source →- 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.
- Breaking (pre-1.0): console backend is terminal-only via
-
0.0.118 Jul 2026Release notes
Open source →- Initial release:
AppLoggerabstraction,ConsoleAppLogger(truncation +debugChunked),FakeAppLogger, generated Riverpod providers,AppLogSinkinterface, and optionalAppLoggerProviderObserver.
- Initial release: