log

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Sugar 日志操作

Functions

func Debug

func Debug(args ...interface{})

Debug 调试信息

func Debugf

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

Debugf 格式化调试信息

func Error

func Error(args ...interface{})

Error 错误信息

func Errorf

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

Errorf 格式化错误信息

func Fatal

func Fatal(args ...interface{})

Fatal 致命信息

func Fatalf

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

Fatalf 致命信息

func Info

func Info(args ...interface{})

Info 显示信息

func Infof

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

Infof 格式化显示信息

func Init

func Init()

Init 初始化日志

func Panic

func Panic(args ...interface{})

Panic 恐慌信息

func Panicf

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

Panicf 格式化恐慌信息

func Warn

func Warn(args ...interface{})

Warn 警告信息

func Warnf

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

Warnf 格式化警告信息

Types

type Config

type Config struct {
	FileName string `mapstructure:"file_name"`
	MaxSize  int    `mapstructure:"max_size"`
	MaxAge   int    `mapstructure:"max_age"`
	Level    string `mapstructure:"level"`
}

Config 日志配置信息

Jump to

Keyboard shortcuts

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