log

package
v1.2.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2022 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package log provides simple grpc logging middleware

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractMetadata

func ExtractMetadata(ctx context.Context) string

ExtractMetadata formats metadata from incoming grpc context as string for the log.

Types

type Middleware

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

Middleware provides grpc logging middleware.

func NewMiddleware

func NewMiddleware(logger *log.Logger) *Middleware

NewMiddleware creates new logging middleware.

func (*Middleware) StreamInterceptor

func (m *Middleware) StreamInterceptor() grpc.StreamServerInterceptor

StreamInterceptor returns grpc StreamServerInterceptor.

func (*Middleware) UnaryInterceptor

func (m *Middleware) UnaryInterceptor() grpc.UnaryServerInterceptor

UnaryInterceptor returns grpc UnaryServerInterceptor.

Jump to

Keyboard shortcuts

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