logging

package
v0.3.2-rc06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package logging helps with Logging

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Message                    string    `json:"message"`
	Severity                   string    `json:"severity,omitempty"`
	Trace                      string    `json:"logging.googleapis.com/trace,omitempty"`
	Component                  string    `json:"component,omitempty"`
	TriggeringPubsubID         string    `json:"triggering_pubsub_id,omitempty"`
	TriggeringPubsubAgeSeconds float64   `json:"triggering_pubsub_age_seconds,omitempty"`
	TriggeringPubsubTimestamp  time.Time `json:"triggering_pubsub_timestamp,omitempty"`
	Now                        time.Time `json:"now,omitempty"`
}

Entry defines a Google Cloud logging structured entry https://cloud.google.com/logging/docs/agent/configuration#special-fields

func (Entry) String

func (e Entry) String() string

String renders an entry structure to the JSON format expected by Cloud Logging.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL