iowriter

package
v1.18.3 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 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

func NewMultiWriteCloser added in v1.18.3

func NewMultiWriteCloser(ws ...io.WriteCloser) io.WriteCloser

NewMultiWriteCloser returns an io.WriteCloser which duplicates its writes to all the provided WriteClosers, and closes them all on Close.

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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