zap

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2020 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package zap provides a Zap binding for Scribe.

Example
zap, err := zap.NewDevelopment()
if err != nil {
	panic(err)
}
s := scribe.New(Bind(zap.Sugar()))

// Do some logging
s.I()("Important application message")
Output:

Index

Examples

Constants

View Source
const KeyErr = "Err"

KeyErr is used to key Scene.Err into the custom logging context.

Variables

This section is empty.

Functions

func Bind

Bind creates a Zap binding for a given sugared logger.

Types

This section is empty.

Jump to

Keyboard shortcuts

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