logger

package
v0.0.0-...-e6af7e3 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2016 License: LGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debugf

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

func Errf

func Errf(format string, data ...interface{})

func Infof

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

func MustCreateService

func MustCreateService(name string) *cocaine.Service

func Warnf

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

Types

type Logger

type Logger interface {
	Debugf(format string, data ...interface{})
	Infof(format string, data ...interface{})
	Warnf(format string, data ...interface{})
	Errf(format string, data ...interface{})
}
var (
	Log Logger = mustCreateLogger()
)

Jump to

Keyboard shortcuts

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