logging

package
v1.20.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Configure

func Configure(name string, cfg *config.Log) log.Logger

LoggerFromConfig initializes a service-specific logger instance.

Types

type LogWrapper added in v1.19.0

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

we need to wrap our logger so we can pass it to the nats server

func NewLogWrapper added in v1.19.0

func NewLogWrapper(logger log.Logger) *LogWrapper

func (*LogWrapper) Debugf added in v1.19.0

func (l *LogWrapper) Debugf(format string, v ...interface{})

Debugf logs a debug statement

func (*LogWrapper) Errorf added in v1.19.0

func (l *LogWrapper) Errorf(format string, v ...interface{})

Errorf logs an error statement

func (*LogWrapper) Fatalf added in v1.19.0

func (l *LogWrapper) Fatalf(format string, v ...interface{})

Fatalf logs a fatal statement

func (*LogWrapper) Noticef added in v1.19.0

func (l *LogWrapper) Noticef(format string, v ...interface{})

Noticef logs a notice statement

func (*LogWrapper) Tracef added in v1.19.0

func (l *LogWrapper) Tracef(format string, v ...interface{})

Tracef logs a trace statement

func (*LogWrapper) Warnf added in v1.19.0

func (l *LogWrapper) Warnf(format string, v ...interface{})

Warnf logs a warning statement

Jump to

Keyboard shortcuts

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