log

package
v0.0.0-...-ca93976 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Info(string)
	Infof(string, ...any)
	Warn(string)
	Warnf(string, ...any)
	Error(string)
	Errorf(string, ...any)
}

type Options

type Options struct {
}

type Plain

type Plain struct {
	*Options
}

func (*Plain) Error

func (p *Plain) Error(message string)

func (*Plain) Errorf

func (p *Plain) Errorf(format string, args ...any)

func (*Plain) Info

func (p *Plain) Info(message string)

func (*Plain) Infof

func (p *Plain) Infof(format string, args ...any)

func (*Plain) Warn

func (p *Plain) Warn(message string)

func (*Plain) Warnf

func (p *Plain) Warnf(format string, args ...any)

Jump to

Keyboard shortcuts

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