log

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log interface {
	Println(...any)
	EMERG(string, ...interface{})
	ALERT(string, ...interface{})
	CRIT(string, ...interface{})
	ERR(string, ...interface{})
	WARNING(string, ...interface{})
	NOTICE(string, ...interface{})
	INFO(string, ...interface{})
	DEBUG(string, ...interface{})
}

type Nil

type Nil struct{}

func (Nil) ALERT

func (n Nil) ALERT(string, ...any)

func (Nil) CRIT

func (n Nil) CRIT(string, ...any)

func (Nil) DEBUG

func (n Nil) DEBUG(string, ...any)

func (Nil) EMERG

func (n Nil) EMERG(string, ...any)

func (Nil) ERR

func (n Nil) ERR(string, ...any)

func (Nil) INFO

func (n Nil) INFO(string, ...any)

func (Nil) NOTICE

func (n Nil) NOTICE(string, ...any)

func (Nil) Println

func (n Nil) Println(...any)

func (Nil) WARNING

func (n Nil) WARNING(string, ...any)

Jump to

Keyboard shortcuts

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