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.flutter-io.cn 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.

Libraries

journal_web