log

package
v0.0.0-...-c26f926 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2023 License: MIT Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

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

func (*Log) Debug

func (l *Log) Debug(a ...interface{})

func (*Log) Debugf

func (l *Log) Debugf(format string, a ...interface{})

func (*Log) Debugln

func (l *Log) Debugln(a ...interface{})

func (*Log) Error

func (l *Log) Error(a ...interface{})

func (*Log) Errorf

func (l *Log) Errorf(format string, a ...interface{})

func (*Log) Errorln

func (l *Log) Errorln(a ...interface{})

func (*Log) Fatal

func (l *Log) Fatal(a ...interface{})

func (*Log) Fatalf

func (l *Log) Fatalf(format string, a ...interface{})

func (*Log) Fatalln

func (l *Log) Fatalln(a ...interface{})

func (*Log) Info

func (l *Log) Info(a ...interface{})

func (*Log) Infof

func (l *Log) Infof(format string, a ...interface{})

func (*Log) Infoln

func (l *Log) Infoln(a ...interface{})

func (*Log) Print

func (l *Log) Print(a ...interface{})

func (*Log) Printf

func (l *Log) Printf(format string, a ...interface{})

func (*Log) Println

func (l *Log) Println(a ...interface{})

func (*Log) Success

func (l *Log) Success(a ...interface{})

func (*Log) Successf

func (l *Log) Successf(format string, a ...interface{})

func (*Log) Successln

func (l *Log) Successln(a ...interface{})

func (*Log) Warn

func (l *Log) Warn(a ...interface{})

func (*Log) Warnf

func (l *Log) Warnf(format string, a ...interface{})

func (*Log) Warnln

func (l *Log) Warnln(a ...interface{})

type Logger

type Logger interface {
	Fatal(a ...interface{})
	Fatalln(a ...interface{})
	Fatalf(format string, a ...interface{})
	Error(a ...interface{})
	Errorln(a ...interface{})
	Errorf(format string, a ...interface{})
	Warn(a ...interface{})
	Warnln(a ...interface{})
	Warnf(format string, a ...interface{})
	Info(a ...interface{})
	Infoln(a ...interface{})
	Infof(format string, a ...interface{})
	Debug(a ...interface{})
	Debugln(a ...interface{})
	Debugf(format string, a ...interface{})
	Success(a ...interface{})
	Successln(a ...interface{})
	Successf(format string, a ...interface{})
	Print(a ...interface{})
	Println(a ...interface{})
	Printf(format string, a ...interface{})
}

func NewLogger

func NewLogger(cli apiv1.HostServiceClient) Logger

Jump to

Keyboard shortcuts

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