logger

package
v0.0.0-...-e5a160e Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(message string, args ...interface{})

func Error

func Error(message string, args ...interface{})

func Info

func Info(message string, args ...interface{})

func SetupLogging

func SetupLogging(loggingLevel, logFile string)

Types

type Logger

type Logger interface {
	Info(m interface{}, args ...interface{})
	Error(m interface{}, args ...interface{}) error
	Debug(m interface{}, args ...interface{})
}
var Global Logger

Jump to

Keyboard shortcuts

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