out

package
v0.69.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

func Error(err error)

func ErrorFHighlight

func ErrorFHighlight(msg string, args ...interface{})

func Highlight

func Highlight(lvl Level, msg string, args ...interface{})

func HighlightDNL

func HighlightDNL(lvl Level, msg string, args ...interface{})

HighlightDNL is Highlight with no newline ("delete newline")

func Info

func Info(msg string)

func InfoAppend

func InfoAppend(msg string)

func InfoF

func InfoF(msg string, args ...interface{})

func InfoFHighlight

func InfoFHighlight(msg string, args ...interface{})

func Warn

func Warn(msg string)

func WarnFHighlight

func WarnFHighlight(msg string, args ...interface{})

func Write

func Write(lvl Level, msg string)

func WriteF

func WriteF(lvl Level, msg string, args ...interface{})

Types

type Level

type Level int
const (
	INFO Level = iota + 1
	WARN
	ERROR
)

func GetLevel

func GetLevel(env config.Environment) Level

type Log

type Log func(msg string, args ...interface{})

Jump to

Keyboard shortcuts

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