logger

package
v0.0.0-...-255a7ba Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2023 License: LGPL-2.1 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Console

type Console struct{}

func NewConsole

func NewConsole() *Console

func (Console) Debug

func (Console) Debug(v ...interface{})

func (Console) Debugf

func (Console) Debugf(format string, a ...interface{})

func (Console) Error

func (Console) Error(v ...interface{})

func (Console) Errorf

func (Console) Errorf(format string, a ...interface{})

func (Console) Info

func (Console) Info(v ...interface{})

func (Console) Infof

func (Console) Infof(format string, a ...interface{})

func (Console) Warn

func (Console) Warn(v ...interface{})

func (Console) Warnf

func (Console) Warnf(format string, a ...interface{})

type L

type L interface {
	Debug(v ...interface{})
	Debugf(format string, a ...interface{})
	Info(v ...interface{})
	Infof(format string, a ...interface{})
	Warn(v ...interface{})
	Warnf(format string, a ...interface{})
	Error(v ...interface{})
	Errorf(format string, a ...interface{})
}

Jump to

Keyboard shortcuts

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