package log

import "github.com/dotcloud/docker/pkg/log"

Index

Functions

func Debugf

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

Debug function, if the debug flag is set, then display. Do nothing otherwise If Docker is in damon mode, also send the debug info on the socket

func Errorf

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

func Fatalf

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

func Infof

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

Types

type Fataler

type Fataler interface {
	Fatal(args ...interface{})
}

A common interface to access the Fatal method of both testing.B and testing.T.

Source Files

log.go

Version
v1.2.0
Published
Aug 20, 2014
Platform
linux/amd64
Imports
5 packages
Last checked
10 minutes ago

Tools for package owners.