logger

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Print

func Print(args ...interface{})

Print calls fmt.Print if quiet mode is off

func Printf

func Printf(format string, args ...interface{})

Printf calls fmt.Printf if quiet mode is off

func Println

func Println(args ...interface{})

Println calls fmt.Println if quiet mode is off

func SetQuiet

func SetQuiet(b bool)

func SetVerbose

func SetVerbose(b bool)

func VerbosePrint

func VerbosePrint(args ...interface{})

VerbosePrint calls fmt.Print only when verbose logging is on and quiet mode is off

func VerbosePrintf

func VerbosePrintf(format string, args ...interface{})

VerbosePrintf calls fmt.Printf only when verbose logging is on and quiet mode is off

func VerbosePrintln

func VerbosePrintln(args ...interface{})

VerbosePrintln calls fmt.Println only when verbose logging is on and quiet mode is off

Types

This section is empty.

Jump to

Keyboard shortcuts

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