log

package
v0.0.0-...-43216c9 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2013 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package gogo/log controls the logging output for gogo derived programs.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Quiet suppresses all logging output below ERROR
	Quiet = false

	// Verbose enables logging output below INFO
	Verbose = false

	// Logger is the log.Logger object that backs this logger.
	Logger = log.New(os.Stdout, "", log.LstdFlags)
)
View Source
var Fatalf = log.Fatalf

Functions

func Debugf

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

func Errorf

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

func Infof

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

func Warnf

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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