appengine

package module
v0.0.0-...-20a3c5d Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2018 License: MIT Imports: 3 Imported by: 0

README

Appengine

An appengine/log implemention of log.Logger]Logger. For more on the interface and other implementations, see the log README.

package main

import (
	"context"

	aelog "github.com/go-log/appengine"
)

func main {
	l := aelog.New(context.Background())
	l.Log("a log line")
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context) (*appengineLogger, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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