logger

package
v0.2.10 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Info = iota + 1
	Warn
	Error
	Fatal
	Panic
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler func(severity int, msg string)

type Log

type Log interface {
	Info(msg string)
	Warn(msg string)
	Error(msg string)
	Fatal(msg string)
	Panic(msg string)
}

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

func New

func New() *Logger

func (*Logger) Error

func (l *Logger) Error(msg string)

func (*Logger) Fatal

func (l *Logger) Fatal(msg string)

func (*Logger) HandleFunc

func (l *Logger) HandleFunc(handler Handler)

func (*Logger) Info

func (l *Logger) Info(msg string)

func (*Logger) Panic

func (l *Logger) Panic(msg string)

func (*Logger) Warn

func (l *Logger) Warn(msg string)

Jump to

Keyboard shortcuts

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