log

package
v0.0.0-...-3a47f7e Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Error(args ...interface{})
	Errorf(format string, args ...interface{})
	Info(args ...interface{})
	Infof(format string, args ...interface{})
	Debug(args ...interface{})
	Debugf(format string, args ...interface{})
}

type TestLogger

type TestLogger struct {
	T *testing.T
}

func (TestLogger) Debug

func (l TestLogger) Debug(args ...interface{})

func (TestLogger) Debugf

func (l TestLogger) Debugf(format string, args ...interface{})

func (TestLogger) Error

func (l TestLogger) Error(args ...interface{})

func (TestLogger) Errorf

func (l TestLogger) Errorf(format string, args ...interface{})

func (TestLogger) Info

func (l TestLogger) Info(args ...interface{})

func (TestLogger) Infof

func (l TestLogger) Infof(format string, args ...interface{})

Jump to

Keyboard shortcuts

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