jlogger 0.0.7 copy "jlogger: ^0.0.7" to clipboard
jlogger: ^0.0.7 copied to clipboard

Simple Flutter console logger with traceable log. Improves readability of logs.

example/main.dart

import 'package:jlogger/jlogger.dart';

import '_ClassA.dart';


void main()
{
	JLogger.log('This is Simple Readable And Easly Traceable Log');

	A a = A();

	a.showLog();

	a.showDeepLogA();
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Simple Flutter console logger with traceable log. Improves readability of logs.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on jlogger