log

package
v0.0.0-...-e2819db Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultLogFile = "/tmp/fastweb/fastweb.log"
)

Functions

func RFC3339TimeEncoder

func RFC3339TimeEncoder(t time.Time, enc zapcore.PrimitiveArrayEncoder)

Types

type Logger

type Logger struct {
	*zap.Logger
	// contains filtered or unexported fields
}

func NewLogger

func NewLogger(level zapcore.Level, maxSize, maxAge, maxBackups int, logFile ...string) (*Logger, error)

func (*Logger) Printf

func (l *Logger) Printf(format string, args ...interface{})

type NoCopy

type NoCopy struct{}

Embed this type into a struct, which mustn't be copied, so `go vet` gives a warning if this struct is copied.

See https://github.com/golang/go/issues/8005#issuecomment-190753527 for details. and also: https://stackoverflow.com/questions/52494458/nocopy-minimal-example

func (*NoCopy) Lock

func (*NoCopy) Lock()

func (*NoCopy) Unlock

func (*NoCopy) Unlock()

Jump to

Keyboard shortcuts

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