logger

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

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

Go to latest
Published: Apr 9, 2024 License: MIT Imports: 7 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(c *gin.Context, args ...interface{})

func Errorf

func Errorf(c *gin.Context, 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 LogFile

func LogFile() string

func LogLevel

func LogLevel() string

func LogName

func LogName() string

func LogPath

func LogPath() string

func Logger

func Logger() *zap.Logger

func NewContext

func NewContext(ctx *gin.Context, fields ...zapcore.Field)

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 SendLogToFile

func SendLogToFile() bool

func SugaredLogger

func SugaredLogger() *zap.SugaredLogger

func Warn

func Warn(c *gin.Context, args ...interface{})

func Warnf

func Warnf(c *gin.Context, format string, args ...interface{})

func With

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

func WithContext

func WithContext(ctx *gin.Context) *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
}

Jump to

Keyboard shortcuts

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