{"id":49945,"library":"golang-glog","title":"glog","description":"Implements logging analogous to the Google-internal C++ INFO/ERROR/V setup, with severity levels and verbosity.","status":"active","version":"1.2.5","language":"go","source_language":null,"source_url":"https://github.com/golang/glog","tags":["logging","google","glog","verbose"],"install":[{"cmd":"go get github.com/golang/glog","lang":"bash","label":"Install github.com/golang/glog"}],"dependencies":[],"imports":[{"symbol":"glog","correct":"github.com/golang/glog"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/golang/glog\"\n)\n\nfunc main() {\n\tglog.Info(\"This is an info message\")\n\tglog.Flush()\n}","lang":"go","description":"Logs an info message and flushes the log buffer."},"warnings":[{"fix":"Add defer glog.Flush() at the start of main or use a log package that flushes automatically.","message":"glog requires calling glog.Flush() before exit to ensure all logs are written.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'analog':4 'c':10 'glog':1,20 'googl':8,19 'google-intern':7 'implement':2 'info/error/v':11 'intern':9 'level':15 'log':3,18 'setup':12 'sever':14 'verbos':17,21","created_at":"2026-06-15T04:34:22.543713+00:00","updated_at":"2026-06-15T04:34:22.543713+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/golang/glog","github":"https://github.com/golang/glog","docs":"https://pkg.go.dev/github.com/golang/glog#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}