log

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Package log prints install progress, preserving the "[step]: name" output the shell scripts produced so existing CI log scrapers keep working.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Infof

func Infof(format string, args ...any)

Infof prints an unadorned progress line.

func SetOutput

func SetOutput(w io.Writer)

SetOutput redirects progress output, for tests.

func Step

func Step(msg string)

Step announces a named install step. It takes a plain string rather than a format because most step names are computed (a demo name plus a suffix, a namespace/name pair), and a stray % in one of those should not be read as a verb.

func Stepf

func Stepf(format string, args ...any)

Stepf announces a formatted install step.

func Warnf

func Warnf(format string, args ...any)

Warnf prints a warning to stderr.

Types

This section is empty.

Jump to

Keyboard shortcuts

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