logging

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLogger

func NewLogger(entry *log.Entry) logging.Logger

func NewLoggerWithFields

func NewLoggerWithFields(fields []logging.Fields) logging.Logger

Types

type ApexLoggerAdapter

type ApexLoggerAdapter struct {
	logging.Logger
	// contains filtered or unexported fields
}

func (ApexLoggerAdapter) Debug

func (l ApexLoggerAdapter) Debug(msg string)

func (ApexLoggerAdapter) Debugf

func (l ApexLoggerAdapter) Debugf(msg string, v ...interface{})

func (ApexLoggerAdapter) Error

func (l ApexLoggerAdapter) Error(msg string)

func (ApexLoggerAdapter) Errorf

func (l ApexLoggerAdapter) Errorf(msg string, v ...interface{})

func (ApexLoggerAdapter) Fatal

func (l ApexLoggerAdapter) Fatal(msg string)

func (ApexLoggerAdapter) Fatalf

func (l ApexLoggerAdapter) Fatalf(msg string, v ...interface{})

func (ApexLoggerAdapter) Info

func (l ApexLoggerAdapter) Info(msg string)

func (ApexLoggerAdapter) Infof

func (l ApexLoggerAdapter) Infof(msg string, v ...interface{})

func (*ApexLoggerAdapter) Trace

func (l *ApexLoggerAdapter) Trace(msg string) logging.Logger

func (ApexLoggerAdapter) Warn

func (l ApexLoggerAdapter) Warn(msg string)

func (ApexLoggerAdapter) Warnf

func (l ApexLoggerAdapter) Warnf(msg string, v ...interface{})

func (ApexLoggerAdapter) WithError

func (l ApexLoggerAdapter) WithError(err error) logging.Logger

func (ApexLoggerAdapter) WithField

func (l ApexLoggerAdapter) WithField(key string, value interface{}) logging.Logger

func (ApexLoggerAdapter) WithFields

func (l ApexLoggerAdapter) WithFields(fields logging.Fields) logging.Logger

Jump to

Keyboard shortcuts

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