klog

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KlogAdapter

type KlogAdapter struct {
	// contains filtered or unexported fields
}

func NewKlogAdapter

func NewKlogAdapter() *KlogAdapter

func (*KlogAdapter) Debug

func (g *KlogAdapter) Debug(args ...interface{})

func (*KlogAdapter) Debugf

func (g *KlogAdapter) Debugf(format string, args ...interface{})

func (*KlogAdapter) Error

func (g *KlogAdapter) Error(args ...interface{})

func (*KlogAdapter) Errorf

func (g *KlogAdapter) Errorf(format string, args ...interface{})

func (*KlogAdapter) Fatal

func (g *KlogAdapter) Fatal(args ...interface{})

func (*KlogAdapter) Fatalf

func (g *KlogAdapter) Fatalf(format string, args ...interface{})

func (*KlogAdapter) Info

func (g *KlogAdapter) Info(args ...interface{})

func (*KlogAdapter) Infof

func (g *KlogAdapter) Infof(format string, args ...interface{})

func (*KlogAdapter) Warn

func (g *KlogAdapter) Warn(args ...interface{})

func (*KlogAdapter) Warnf

func (g *KlogAdapter) Warnf(format string, args ...interface{})

func (*KlogAdapter) WithError

func (g *KlogAdapter) WithError(err error) log.Logger

func (*KlogAdapter) WithField

func (g *KlogAdapter) WithField(key string, value interface{}) log.Logger

func (*KlogAdapter) WithFields

func (g *KlogAdapter) WithFields(fields log.Fields) log.Logger

Jump to

Keyboard shortcuts

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