glog

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2022 License: GPL-3.0 Imports: 3 Imported by: 57

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(v ...interface{})

func Debugf

func Debugf(f string, v ...interface{})

func Error

func Error(v ...interface{})

func Errorf

func Errorf(f string, v ...interface{})

func Info

func Info(v ...interface{})

func Infof

func Infof(f string, v ...interface{})

func SetLevel

func SetLevel(l LEVEL)

func SetLogger

func SetLogger(l *log.Logger)

func Trace

func Trace(v ...interface{})

func Tracef

func Tracef(f string, v ...interface{})

func Warn

func Warn(v ...interface{})

func Warnf

func Warnf(f string, v ...interface{})

Types

type LEVEL

type LEVEL int
const (
	TRACE LEVEL = iota
	DEBUG
	INFO
	WARN
	ERROR
	NONE
)

Jump to

Keyboard shortcuts

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