log

package
v0.0.0-...-043ee8f Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

func Error(v ...interface{})

func Errorf

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

func Fatal

func Fatal(v ...interface{})

func Fatalf

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

func Info

func Info(v ...interface{})

func Infof

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

func SetServiceLogger

func SetServiceLogger(l service.Logger)

func Warning

func Warning(v ...interface{})

func Warningf

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

Types

type Logger

type Logger interface {
	Fatal(v ...interface{})
	Error(v ...interface{})
	Warning(v ...interface{})
	Info(v ...interface{})
}

Jump to

Keyboard shortcuts

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