logger

package
v1.39.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MomentoLogger

type MomentoLogger interface {
	Trace(message string, args ...any)
	Debug(message string, args ...any)
	Info(message string, args ...any)
	Warn(message string, args ...any)
	Error(message string, args ...any)
}

type MomentoLoggerFactory

type MomentoLoggerFactory interface {
	GetLogger(loggerName string) MomentoLogger
}

func NewNoopMomentoLoggerFactory

func NewNoopMomentoLoggerFactory() MomentoLoggerFactory

type NoopMomentoLogger

type NoopMomentoLogger struct {
}

func (*NoopMomentoLogger) Debug

func (*NoopMomentoLogger) Debug(message string, args ...any)

func (*NoopMomentoLogger) Error added in v0.12.0

func (*NoopMomentoLogger) Error(message string, args ...any)

func (*NoopMomentoLogger) Info

func (*NoopMomentoLogger) Info(message string, args ...any)

func (*NoopMomentoLogger) Trace added in v0.12.0

func (*NoopMomentoLogger) Trace(message string, args ...any)

func (*NoopMomentoLogger) Warn added in v0.12.0

func (*NoopMomentoLogger) Warn(message string, args ...any)

type NoopMomentoLoggerFactory

type NoopMomentoLoggerFactory struct {
}

func (*NoopMomentoLoggerFactory) GetLogger

func (*NoopMomentoLoggerFactory) GetLogger(loggerName string) MomentoLogger

func (*NoopMomentoLoggerFactory) String added in v1.32.1

func (*NoopMomentoLoggerFactory) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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