pkgsrc/devel/go-glog/distinfo
bsiegert 3301db0426 New package, go-glog.
Package glog 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.

This is an efficient pure Go implementation of leveled logs in the
manner of the open source C++ package
	https://github.com/google/glog
	(pkgsrc/devel/google-glog)

By binding methods to booleans it is possible to use the log package
without paying the expense of evaluating the arguments to the log.
Through the -vmodule flag, the package also provides fine-grained
control over logging at the file level.
2016-09-11 08:15:43 +00:00

6 lines
451 B
Text

$NetBSD: distinfo,v 1.1 2016/09/11 08:15:43 bsiegert Exp $
SHA1 (go-glog-20160125-23def4e.tar.gz) = f3d7dfc5ea4a87434aef3645e8d73a1a21a81453
RMD160 (go-glog-20160125-23def4e.tar.gz) = fd08038c1dcab78c9470aaeaee873982bcdc69a5
SHA512 (go-glog-20160125-23def4e.tar.gz) = e9e70cf2a2d74ca813d0cadc23d213a1112ca4d1167abb63d8e0929585fca90c3a5bab1f49db20095c48bf1fe03b4424353c33728d09a201334eb65770888dc5
Size (go-glog-20160125-23def4e.tar.gz) = 19688 bytes