Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

farcaller/dart-glog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages