log

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: May 12, 2026 License: MPL-2.0 Imports: 8 Imported by: 2

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 Logger added in v1.13.0

type Logger interface {
	Printf(format string, v ...any)
}

Logger is the interface that the Middleware expects for logging.

type Middleware

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

Middleware provides grpc logging middleware.

func NewMiddleware

func NewMiddleware(logger 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