logger

package
v0.0.0-...-20515da Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Println = func(a ...interface{}) {
		fmt.Println(a...)
	}
	Printf = func(format string, a ...interface{}) {
		fmt.Printf(format, a...)
	}
)

Functions

func RegisterLogger

func RegisterLogger(println PrintlnType, printf PrintfType)

Types

type PrintfType

type PrintfType = func(format string, a ...interface{})

type PrintlnType

type PrintlnType = func(a ...interface{})

Jump to

Keyboard shortcuts

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