apsystole / log

Go logging library for GCP App Engine, Cloud Run, Cloud Functions
MIT License
14 stars 1 forks source link
google-appengine google-cloud-functions google-cloud-platform google-cloud-run

log Build Status Go Reference

Go logging library for GCP App Engine, Cloud Run, Cloud Functions:

Screenshot

Coloring on GCP

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.