logger

package
v0.25.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	Log kitlog.Logger
}

Logger wraps a go-kit logger

func NewLogger

func NewLogger(level string) *Logger

NewLogger creates a new logger based on the given level

func NewLoggerFromKitlog

func NewLoggerFromKitlog(log kitlog.Logger) *Logger

NewLoggerFromKitlog creates a logger from a go-kit logger

func (*Logger) Debug

func (l *Logger) Debug(args ...interface{})

Debug prints a debug log

func (*Logger) Error

func (l *Logger) Error(args ...interface{})

Error prints an error log

func (*Logger) Info

func (l *Logger) Info(args ...interface{})

Info prints an information log

func (*Logger) Warn

func (l *Logger) Warn(args ...interface{})

Warn prints a warning log

Jump to

Keyboard shortcuts

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