log

package
v0.0.0-...-a53e0fd Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Debug = func(format string, a ...interface{}) {
	logging.Debug(format, a...)
}
View Source
var Error = func(format string, a ...interface{}) {
	logging.Error(format, a...)
}
View Source
var Fatal = func(format string, a ...interface{}) {
	logging.Fatal(format, a...)
}
View Source
var Info = func(format string, a ...interface{}) {
	logging.Info(format, a...)
}
View Source
var Warn = func(format string, a ...interface{}) {
	logging.Warn(format, a...)
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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