logger

package
v0.0.0-...-17fda26 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(message string, fields ...zap.Field)

func Error

func Error(message string, fields ...zap.Field)

func Info

func Info(message string, fields ...zap.Field)

Types

type ILogger

type ILogger interface {
	Info(message string)
	Infof(string, ...interface{})
	Debug(message string)
	Error(message string)
}
var Logg ILogger

func NewLogger

func NewLogger() ILogger

Jump to

Keyboard shortcuts

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