printer

package
v1.0.6 Latest Latest
Warning

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

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

Documentation

Overview

Package printer carries a stdout fd. It helps caller to print message on console even if it has set the log fd redirect.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Printer is global StdPrinter.
	Printer = &StdPrinter{Out: os.Stdout}
)

Functions

func Print added in v1.0.1

func Print(msg string)

Print outputs info to console directly.

func Printf

func Printf(format string, a ...interface{})

Printf formats according to a format specifier.

func Println

func Println(msg string)

Println outputs info to console directly.

Types

type StdPrinter

type StdPrinter struct {
	Out io.Writer
}

StdPrinter outputs info to console directly.

func (*StdPrinter) Print added in v1.0.1

func (sp *StdPrinter) Print(msg string)

Print outputs info to console directly.

func (*StdPrinter) Printf

func (sp *StdPrinter) Printf(format string, a ...interface{})

Printf formats according to a format specifier.

func (*StdPrinter) Println

func (sp *StdPrinter) Println(msg string)

Println outputs info to console directly.

Jump to

Keyboard shortcuts

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