ailog 0.4.0 copy "ailog: ^0.4.0" to clipboard
ailog: ^0.4.0 copied to clipboard

Structured JSONL logging designed to be read by an AI. Trace correlation, causal chains, error fingerprinting, secret redaction and a digest CLI. Zero dependencies.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ailog

Use it

The package has the following executables:

$ ailog_digest
$ ailog_sync

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ailog

With Flutter:

 $ flutter pub add ailog

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ailog: ^0.4.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ailog/ailog.dart';
0
likes
160
points
51
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Structured JSONL logging designed to be read by an AI. Trace correlation, causal chains, error fingerprinting, secret redaction and a digest CLI. Zero dependencies.

Repository (GitHub)
View/report issues

Topics

#logging #observability #ai #jsonl

License

MIT (license)

More

Packages that depend on ailog