log

package
v0.41.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	// Actionf logs a formatted action message.
	Actionf(format string, a ...interface{})
	// Generatef logs a formatted generate message.
	Generatef(format string, a ...interface{})
	// Waitingf logs a formatted waiting message.
	Waitingf(format string, a ...interface{})
	// Successf logs a formatted success message.
	Successf(format string, a ...interface{})
	// Warningf logs a formatted warning message.
	Warningf(format string, a ...interface{})
	// Failuref logs a formatted failure message.
	Failuref(format string, a ...interface{})
}

type NopLogger added in v0.36.0

type NopLogger struct{}

func (NopLogger) Actionf added in v0.36.0

func (NopLogger) Actionf(format string, a ...interface{})

func (NopLogger) Failuref added in v0.36.0

func (NopLogger) Failuref(format string, a ...interface{})

func (NopLogger) Generatef added in v0.36.0

func (NopLogger) Generatef(format string, a ...interface{})

func (NopLogger) Successf added in v0.36.0

func (NopLogger) Successf(format string, a ...interface{})

func (NopLogger) Waitingf added in v0.36.0

func (NopLogger) Waitingf(format string, a ...interface{})

func (NopLogger) Warningf added in v0.36.0

func (NopLogger) Warningf(format string, a ...interface{})

Jump to

Keyboard shortcuts

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