log

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ColorReset reset color
	ColorReset = "\033[0m"
	// ColorGreen green
	ColorGreen = "\033[32m"
	// Check a green check tick
	Check = ColorGreen + "✓" + ColorReset
)

Variables

This section is empty.

Functions

This section is empty.

Types

type YALI

type YALI interface {
	Printf(format string, a ...interface{})
	Checkf(format string, a ...interface{})
}

YALI yet another logger interface ;)

func New

func New(quiet, simple bool) YALI

New logger

Jump to

Keyboard shortcuts

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