lagerctx

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2018 License: Apache-2.0 Imports: 2 Imported by: 77

Documentation

Overview

Package lagerctx provides convenience when using Lager with the context feature of the standard library.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromContext

func FromContext(ctx context.Context) lager.Logger

FromContext returns the logger contained in the context, or an inert logger that will not log anything.

func NewContext

func NewContext(parent context.Context, logger lager.Logger) context.Context

NewContext returns a derived context containing the logger.

func WithData

func WithData(ctx context.Context, data lager.Data) lager.Logger

WithData returns a new logger that has, for convenience, had new data added to on it.

func WithSession

func WithSession(ctx context.Context, task string, data ...lager.Data) lager.Logger

WithSession returns a new logger that has, for convenience, had a new session created on it.

Types

This section is empty.

Jump to

Keyboard shortcuts

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