log

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 0 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 {
	// 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

type NopLogger struct{}

func (NopLogger) Actionf

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

func (NopLogger) Failuref

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

func (NopLogger) Generatef

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

func (NopLogger) Successf

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

func (NopLogger) Waitingf

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

func (NopLogger) Warningf

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