iowriter

package
v1.13.4 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(t Logger, procName string) io.WriteCloser

Types

type Logger

type Logger interface {
	Log(args ...any)
	Name() string
	Cleanup(func())
	Failed() bool
}

Logger is an interface that provides a Log method and a Name method. The Log method is used to write a log message to the logger. The Name method returns the name of the logger which will be prepended to each log message.

Jump to

Keyboard shortcuts

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