logger

package
v1.7.7 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Debug(...interface{})
	Info(...interface{})
	Warn(...interface{})
	Error(...interface{})
	DPanic(...interface{})
	Panic(...interface{})
	Fatal(...interface{})
}

type Logger

type Logger struct{}

func (Logger) DPanic

func (l Logger) DPanic(args ...interface{})

func (Logger) Debug

func (l Logger) Debug(args ...interface{})

func (Logger) Error

func (l Logger) Error(args ...interface{})

func (Logger) Fatal

func (l Logger) Fatal(args ...interface{})

func (Logger) Info

func (l Logger) Info(args ...interface{})

func (Logger) Panic

func (l Logger) Panic(args ...interface{})

func (Logger) Warn

func (l Logger) Warn(args ...interface{})

Jump to

Keyboard shortcuts

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