logging

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GCPLogHandler

func GCPLogHandler(c echo.Context) error

func LogByInstanceID

func LogByInstanceID(c echo.Context) error

func LogByInstanceName

func LogByInstanceName(c echo.Context) error

func LogHandler

func LogHandler(mode string) echo.HandlerFunc

Types

type LogEntry

type LogEntry struct {
	Entity    string `json:"entity"`
	Timestamp int64  `json:"timestamp"`
	Severity  string `json:"severity"`
	Message   string `json:"message"`
}

Jump to

Keyboard shortcuts

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