package log

import "github.com/coreos/etcd/log"

Index

Variables

var Verbose bool = false

The Verbose flag turns on verbose logging.

Functions

func Debug

func Debug(v ...interface{})

func Debugf

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

func Fatal

func Fatal(v ...interface{})

func Fatalf

func Fatalf(format string, v ...interface{})

func Infof

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

func Warn

func Warn(v ...interface{})

func Warnf

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

Source Files

log.go

Version
v0.4.0
Published
May 21, 2014
Platform
darwin/amd64
Imports
2 packages
Last checked
4 seconds ago

Tools for package owners.