farcaller / dart-glog

glog implementation for dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!');

About

glog implementation for dart

License:Apache License 2.0


Languages

Language:Dart 100.0%