logging

package
v0.0.0-...-003091f Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2023 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

Variables

This section is empty.

Functions

This section is empty.

Types

type LogLiner

type LogLiner interface{ Println(a ...any) }
var (
	Info  LogLiner = log.New(os.Stderr, "INFO ", DefaultFlag)
	Error LogLiner = log.New(os.Stderr, "ERROR ", DefaultFlag)
)

Jump to

Keyboard shortcuts

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