log

package
v0.0.0-...-1bd04c2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(msg error)

func Error

func Error(msg error)

func Fatal

func Fatal(msg error)

func GetApiLog

func GetApiLog() *log.Logger

func Http

func Http(msg error)

func Info

func Info(msg error)

func NewLogger

func NewLogger() *logger

func Warning

func Warning(msg error)

Types

type LogInterface

type LogInterface interface {
	Debug(msg error)
	Info(msg error)
	Error(msg error)
	Fatal(msg error)
	Warning(msg error)
	Http(msg error)
	GetApiLog() *log.Logger
}

Jump to

Keyboard shortcuts

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