package log
import "github.com/dotcloud/docker/pkg/log"
Index ¶
- func Debugf(format string, a ...interface{})
- func Errorf(format string, a ...interface{})
- func Fatalf(format string, a ...interface{})
- func Infof(format string, a ...interface{})
- type Fataler
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 ¶
- Version
- v1.3.1
- Published
- Oct 30, 2014
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 1 minute ago –
Tools for package owners.