log

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LogClose added in v1.1.1

func LogClose()

func LogOpen added in v1.1.1

func LogOpen(fn string)

func LogStart added in v1.1.1

func LogStart(filename string)

Types

type Inter

type Inter interface {
	Info(args ...interface{})
	Error(args ...interface{})
	Panic(args ...interface{})
	Fatal(args ...interface{})
	Debug(args ...interface{})
	Notice(args ...interface{})
	Critical(args ...interface{})
	Warningf(format string, args ...interface{})
	Warning(args ...interface{})
	Infof(format string, args ...interface{})
	Errorf(format string, args ...interface{})
	Panicf(format string, args ...interface{})
	Debugf(format string, args ...interface{})
}
var Log Inter

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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