glog 1.3.0 copy "glog: ^1.3.0" to clipboard
glog: ^1.3.0 copied to clipboard

An implementation of glog in dart with some extra bells and whistles.

example/glog_example.dart

import 'package:glog/glog.dart';

const logger = GlogContext('example');

void main() {
  logger.info('hello, world!');
}
1
likes
150
pub points
5%
popularity

Publisher

verified publisherfarcaller.net

An implementation of glog in dart with some extra bells and whistles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

date_format, stack_trace

More

Packages that depend on glog