qy_logger

package
v0.0.0-...-6fd7e0b Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Logger

func Logger(encoder zapcore.Encoder, logConfig LoggerConfig) log.Logger

Logger 配置zap日志,将zap日志库引入

Types

type LoggerConfig

type LoggerConfig struct {
	Mode       string
	Path       string
	Level      string
	MaxSize    int32
	MaxBackups int32
	MaxAge     int32
	Compress   bool
}

type ZapLogger

type ZapLogger struct {
	Sync func() error
	// contains filtered or unexported fields
}

func NewZapLogger

func NewZapLogger(encoder zapcore.Encoder, logConfig LoggerConfig, level zap.AtomicLevel, opts ...zap.Option) *ZapLogger

NewZapLogger return a zap logger.

func (*ZapLogger) Log

func (l *ZapLogger) Log(level log.Level, keyvals ...interface{}) error

Log 实现log接口

Jump to

Keyboard shortcuts

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