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!');
}
copied to clipboard
1
likes
150
points
96
downloads

Publisher

verified publisherfarcaller.net

Weekly Downloads

2024.07.02 - 2025.01.14

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

date_format, stack_trace

More

Packages that depend on glog