loq 0.1.1 copy "loq: ^0.1.1" to clipboard
loq: ^0.1.1 copied to clipboard

Structured logging for Dart. Pipeline architecture with pluggable handlers, context propagation via Zones, and OpenTelemetry-ready. Works everywhere — server, Flutter, CLI, web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loq

With Flutter:

 $ flutter pub add loq

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

dependencies:
  loq: ^0.1.1

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:loq/loq.dart';
0
likes
160
points
208
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Structured logging for Dart. Pipeline architecture with pluggable handlers, context propagation via Zones, and OpenTelemetry-ready. Works everywhere — server, Flutter, CLI, web.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #structured-logging #observability #opentelemetry

License

MIT (license)

More

Packages that depend on loq