clean_logging 0.4.2 copy "clean_logging: ^0.4.2" to clipboard
clean_logging: ^0.4.2 copied to clipboard

Dart 1 only

Structured logging library for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clean_logging

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

dependencies:
  clean_logging: ^0.4.2

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

Import it

Now in your Dart code, you can use:

import 'package:clean_logging/ajax_handler.dart';
import 'package:clean_logging/basic_handler.dart';
import 'package:clean_logging/http_handler.dart';
import 'package:clean_logging/logger.dart';
import 'package:clean_logging/mongo_logger.dart';
import 'package:clean_logging/post_handler.dart';
0
likes
15
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Structured logging library for Dart.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-2-Clause (license)

Dependencies

browser, clean_ajax, http_server, logging, mongo_dart

More

Packages that depend on clean_logging