context

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Background

func Background() context.Context

Background returns a default context with logger discarded.

func GetLogger

func GetLogger(ctx context.Context) *logrus.Entry

GetLogger retrieves the current logger from the context. This method wraps github.com/containerd/containerd/log.GetLogger()

func WithLogger

func WithLogger(ctx context.Context, logger *logrus.Entry) context.Context

WithLogger returns a new context with the provided logger. This method wraps github.com/containerd/containerd/log.WithLogger()

func WithLoggerDiscarded

func WithLoggerDiscarded(ctx context.Context) context.Context

WithLoggerDiscarded returns a new context with the logger, writting to nothing.

func WithLoggerFromWriter

func WithLoggerFromWriter(ctx context.Context, writer io.Writer) context.Context

WithLoggerFromWriter returns a new context with the logger, writting to the provided logger.

Types

This section is empty.

Jump to

Keyboard shortcuts

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