logs

package
v0.0.0-...-f1af898 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Black = uint8(iota + 30)
	Red
	Green
	Yellow
	Blue
	Magenta
	Cyan
	White
)

Variables

View Source
var (
	Debug   = CustomerColor{Cyan}   //青色
	Warning = CustomerColor{Yellow} //黄色
	Error   = CustomerColor{Red}    //红色
	Succ    = CustomerColor{Green}
)

Functions

This section is empty.

Types

type CustomerColor

type CustomerColor struct {
	ColorNo uint8
}

func (CustomerColor) Printf

func (c CustomerColor) Printf(format string, a ...interface{})

func (CustomerColor) Println

func (c CustomerColor) Println(a ...interface{})

Jump to

Keyboard shortcuts

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