pcsverbose

package
v3.3.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package pcsverbose 调试包

Index

Constants

This section is empty.

Variables

View Source
var (
	// IsVerbose 是否调试
	IsVerbose = false

	// Output 输出
	Output io.Writer = os.Stderr

	// Prefix 调试信息前缀
	Prefix = func() string {
		return "verbose: "
	}
)

Functions

func Verbosef

func Verbosef(format string, a ...interface{}) (n int, err error)

Verbosef 调试格式输出

func Verboseln

func Verboseln(a ...interface{}) (n int, err error)

Verboseln 调试输出一行

Types

This section is empty.

Jump to

Keyboard shortcuts

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