/glogbridge

Redirect log lines from log to glog

Primary LanguageGoMIT LicenseMIT

glogbridge

Build Status

Package glogbridge redirects output from the built-in log package to the glog logging library.

Usage

Just import it:

import _ "github.com/kevinwallace/glogbridge"

Now all those log lines from third-party libraries will show up in your glog logs at WARNING level.