aoiwe_logger 1.0.1 copy "aoiwe_logger: ^1.0.1" to clipboard
aoiwe_logger: ^1.0.1 copied to clipboard

A structured logging package for Dart and Flutter. Features include global log level filtering, project name prefixing, and seamless IDE debug console integration.

example/lib/example.dart

import 'package:aoiwe_logger/aoiwe_logger.dart';

void main() {
  Example example = Example();
  example.testLog();
}

class Example {
  final AoiweLogger logger = AoiweLogger('Example');

  void testLog() {
    logger.info('这是日志', methodName: 'testLog');
  }
}
1
likes
155
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A structured logging package for Dart and Flutter. Features include global log level filtering, project name prefixing, and seamless IDE debug console integration.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging

License

Apache-2.0 (license)

Dependencies

meta

More

Packages that depend on aoiwe_logger