colorlog

package
v0.0.44 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2024 License: BSD-3-Clause Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	Label string
}

func (*Log) Error

func (l *Log) Error(args ...any)

func (*Log) Errorf

func (l *Log) Errorf(format string, args ...any)

func (*Log) Info

func (l *Log) Info(args ...any)

func (*Log) Infof

func (l *Log) Infof(format string, args ...any)

func (*Log) Warning

func (l *Log) Warning(args ...any)

func (*Log) Warningf

func (l *Log) Warningf(format string, args ...any)

type Logger added in v0.0.25

type Logger interface {
	Info(args ...any)
	Infof(format string, args ...any)
	Warning(args ...any)
	Warningf(format string, args ...any)
	Error(args ...any)
	Errorf(format string, args ...any)
}

Jump to

Keyboard shortcuts

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