An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/thomasf/lg : v1.0.0

Go support for leveled logs This is a fork of https://github.com/golang/glog with changes: • Added support for colored levels/package highlighting. • Added simple in memory logging. • Added package pkg/promethues which has a prometheus line numbers per level metric counters. • Added support package pkg/lgexpire for expiering old lg/glog logs. Copyright 2013 Google Inc. All Rights Reserved. Package lg implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. It provides functions Info, Warning, Error, Fatal, plus formatting variants such as Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. Basic examples: See the documentation for the V function for an explanation of these examples:

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/thomasf/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...