ailog 0.4.0
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 ailogUse 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 ailogWith Flutter:
$ flutter pub add ailogThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ailog: ^0.4.0Alternatively, 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';