logiface

package
v0.0.0-...-84501ce Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2017 License: GPL-3.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Err(msg interface{}, keyvals ...interface{}) error
	PrintErr(msg interface{}, keyvals ...interface{})
	Warn(msg interface{}, keyvals ...interface{})
	Info(msg interface{}, keyvals ...interface{})
	Debug(msg interface{}, keyvals ...interface{})
	Panicf(format string, v ...interface{})
	Fatalf(format string, v ...interface{})
}

Logger is a logger interface as it is expected by sillyQueueServer packages

Jump to

Keyboard shortcuts

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