Log
Go logging library for GCP App Engine, Cloud Run, Cloud Functions
Install / Use
/learn @apsystole/LogREADME
log

Go logging library for GCP App Engine, Cloud Run, Cloud Functions:
- Encodes the severities so that coloring works in the Google web-based Logs Explorer.
- Zero dependencies, it is a stdlib-only module. Nul, zilch, nada!
- Safe for concurrent logging.
- Backward compatible with older Go versions as far as 1.9.4.
Screenshot

Examples
package main
import "github.com/apsystole/log"
func main() {
log.Print("my message")
}
More details to be found in the documentation on pkg.go.dev.
Related Skills
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
