journal_web 0.1.0
journal_web: ^0.1.0 copied to clipboard
An output targeting Javascript environments for `journal`.
Journal web output #
An output targeting Javascript environments for journal
.
Writes entries using the console
APIs.
This package only works on the web platform. In all other environments, it simply ignores the output.
Published to the pub.dev package registry.
Usage #
To use this output, add it to Journal.outputs
.
import 'package:journal/journal.dart';
import 'package:journal_web/journal_web.dart';
Journal.outputs = const [WebOutput()];
By default, all output is densely collapsed in the developer console.
If you need to inspect the details of an entry, you can simply expand it to reveal associated values, contexts, and the stack trace, if any.
Release history #
See the changelog for a detailed list of changes throughout the package's history.