logger

package
v0.0.0-...-fc33bc3 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LevelDebug = "debug"
	LevelInfo  = "info"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

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

func NewLogger

func NewLogger(env string) *Logger

func (*Logger) Debug

func (l *Logger) Debug(msg, info string)

func (*Logger) Error

func (l *Logger) Error(msg string, err error)

func (*Logger) Fatal

func (l *Logger) Fatal(msg string, err error)

func (*Logger) Info

func (l *Logger) Info(msg, info string)

func (*Logger) Sync

func (l *Logger) Sync()

func (*Logger) Warn

func (l *Logger) Warn(msg, info string)

Jump to

Keyboard shortcuts

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