logex

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DPanic

func DPanic(msg string, fields ...zapcore.Field)

func DPanicf

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

func Debug

func Debug(msg string, fields ...zapcore.Field)

func Debugf

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

func Error

func Error(msg string, fields ...zapcore.Field)

func Errorf

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

func Fatal

func Fatal(msg string, fields ...zapcore.Field)

func Fatalf

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

func Info

func Info(msg string, fields ...zapcore.Field)

func Infof

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

func Initialize

func Initialize(config *Config, options ...zap.Option) error

func Logger

func Logger() *zap.Logger

func NewZapLogger

func NewZapLogger(config *Config, options ...zap.Option) (*zap.Logger, io.Writer, error)

func Panic

func Panic(msg string, fields ...zapcore.Field)

func Panicf

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

func Sugar

func Sugar() *zap.SugaredLogger

func Warn

func Warn(msg string, fields ...zapcore.Field)

func Warnf

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

func Writer

func Writer() io.Writer

Types

type Config

type Config struct {
	Level    string `yaml:"level"`     //日志级别 debug|info|warn|error
	Store    string `yaml:"store"`     //日志目录
	FileName string `yaml:"file_name"` //日志文件名称
	MaxSize  int    `yaml:"max_size"`  //日志文件最大M字节
	MaxAge   int    `yaml:"max_age"`   //日志文件最大存活的天数
	Compress bool   `yaml:"compress"`  //是否启用压缩
	Encoding string `yaml:"encoding"`  //日志编码 console|json
}

logger 配置

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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