logger

package
v0.0.0-...-afc4aa9 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2020 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 {
	Debug(args ...interface{})
	Debugf(format string, args ...interface{})
	Info(args ...interface{})
	Infof(format string, args ...interface{})
	Warning(args ...interface{})
	Warningf(format string, args ...interface{})
	Error(args ...interface{})
	Errorf(format string, args ...interface{})
}

type LoggerForTests

type LoggerForTests struct {
	Tester *testing.T
}

func (LoggerForTests) Debug

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

func (LoggerForTests) Debugf

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

func (LoggerForTests) Error

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

func (LoggerForTests) Errorf

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

func (LoggerForTests) Info

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

func (LoggerForTests) Infof

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

func (LoggerForTests) Warning

func (l LoggerForTests) Warning(args ...interface{})

func (LoggerForTests) Warningf

func (l LoggerForTests) Warningf(format string, args ...interface{})

Jump to

Keyboard shortcuts

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