journal_web 0.1.0 copy "journal_web: ^0.1.0" to clipboard
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.

Collapsed output

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.

Expanded output

Release history #

See the changelog for a detailed list of changes throughout the package's history.

0
likes
150
points
107
downloads

Publisher

verified publisherskreborn.me

Weekly Downloads

An output targeting Javascript environments for `journal`.

Repository (GitHub)

Topics

#journal #javascript #web #browser

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

journal, stack_trace, web

More

Packages that depend on journal_web