log4dart_plus 0.0.2 log4dart_plus: ^0.0.2 copied to clipboard
Log4Dart Plus is a versatile and highly configurable logging framework for Dart / Flutter applications.
example/log4dart_plus_example.dart
import 'package:log4dart_plus/log4dart_plus.dart';
void main() {
print('Log4Dart');
}