log

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DPanic

func DPanic(args ...interface{})

func DPanicf

func DPanicf(format string, args ...interface{})

func Debug

func Debug(args ...interface{})

func Debugf

func Debugf(format string, args ...interface{})

func Error

func Error(args ...interface{})

func Errorf

func Errorf(format string, args ...interface{})

func Fatal

func Fatal(args ...interface{})

func Fatalf

func Fatalf(format string, args ...interface{})

func Info

func Info(args ...interface{})

func Infof

func Infof(format string, args ...interface{})

func Init

func Init(cfg *Config)

func Logger

func Logger() *zap.Logger

func NewFileLogger

func NewFileLogger(path string) *zap.Logger

func NopSugaredLogger

func NopSugaredLogger() *zap.SugaredLogger

func Panic

func Panic(args ...interface{})

func Panicf

func Panicf(format string, args ...interface{})

func SugaredLogger

func SugaredLogger() *zap.SugaredLogger

func Warn

func Warn(args ...interface{})

func Warnf

func Warnf(format string, args ...interface{})

func Warning

func Warning(args ...interface{})

func Warningf

func Warningf(format string, args ...interface{})

func With

func With(fields ...zap.Field) *zap.Logger

Types

type Config

type Config struct {
	Level         string
	SendToFile    bool
	Filename      string
	NoCaller      bool
	NoLogLevel    bool
	Development   bool
	MaxSize       int // megabytes
	MaxAge        int // days
	MaxBackups    int
	WorkflowStyle bool
}

Jump to

Keyboard shortcuts

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