jaguar_logger 1.0.3 copy "jaguar_logger: ^1.0.3" to clipboard
jaguar_logger: ^1.0.3 copied to clipboard

Level logger with backends for file, http and postgres with support for log rotation

jaguar logger #

Example #

import 'dart:io';

import 'package:jaguar_logger/io.dart';
import 'package:jaguar_logger/jaguar_logger.dart';

Future<void> main() async {
  final logger = Logger([FileBackend(File('/tmp/log.log'))]);
  await logger.info('First message');
  await logger.info('Second message');
}

TODO #

  • Rotation
  • Postgres backend
  • Metrics
0
likes
110
pub points
54%
popularity

Publisher

unverified uploader

Level logger with backends for file, http and postgres with support for log rotation

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

date_format, path, pedantic, stack_trace

More

Packages that depend on jaguar_logger