iowriter

package
v1.12.2 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 3 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
}

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