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

outdated

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

glog #

glog is a dart implementation of the google's glog format.

Getting started #

Add the dependency:

$ dart pub add glog

Usage #

// initialize the logger at the module's boundary:

import 'package:glog/glog.dart';
const logger = GlogContext('ui');

// then use it later

logger.info('Hello, world!');
1
likes
0
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

License

unknown (license)

Dependencies

date_format, stack_trace

More

Packages that depend on glog