Registry / logging / golang-glog

golang-glog

JSON →
library1.2.5gogounverified

Implements logging analogous to the Google-internal C++ INFO/ERROR/V setup, with severity levels and verbosity.

logging
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/golang/glog

Logs an info message and flushes the log buffer.

package main import ( "github.com/golang/glog" ) func main() { glog.Info("This is an info message") glog.Flush() }
Debug
Known footguns
gotchaglog requires calling glog.Flush() before exit to ensure all logs are written.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources