ilog

package module
v0.0.0-...-f679fcb Latest Latest
Warning

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

Go to latest
Published: May 21, 2018 License: MIT Imports: 0 Imported by: 2

README

ilog

client interface and adapters for logging in golang

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	With(keyval ...interface{}) Logger
	Debug(msg string, keyvals ...interface{})
	Info(msg string, keyvals ...interface{})
	Error(msg string, keyvals ...interface{})
}

type NopLogger

type NopLogger struct{}

func (NopLogger) Debug

func (n NopLogger) Debug(msg string, keyvals ...interface{})

func (NopLogger) Error

func (n NopLogger) Error(msg string, keyvals ...interface{})

func (NopLogger) Info

func (n NopLogger) Info(msg string, keyvals ...interface{})

func (NopLogger) With

func (n NopLogger) With(keyval ...interface{}) Logger

Directories

Path Synopsis
apex
gokit
stdlib
zap
zerolog

Jump to

Keyboard shortcuts

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