logger

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEBUG int64 = 0
	INFO        = 1
	WARN        = 2
	ERROR       = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	LogLevel int64
}

func (Logger) Debugf

func (logger Logger) Debugf(format string, args ...interface{})

func (Logger) Errorf

func (logger Logger) Errorf(format string, args ...interface{})

func (Logger) Infof

func (logger Logger) Infof(format string, args ...interface{})

func (Logger) Warnf

func (logger Logger) Warnf(format string, args ...interface{})

Jump to

Keyboard shortcuts

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