link

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// LoggerLevelToLogrusLevel связывает уровни Compogo с уровнями Logrus.
	// Используется для установки уровня логирования и фильтрации.
	LoggerLevelToLogrusLevel = linker.NewLinker[compogo.Level, logrus.Level](
		linker.Link(compogo.Panic, logrus.PanicLevel),
		linker.Link(compogo.Error, logrus.ErrorLevel),
		linker.Link(compogo.Warn, logrus.WarnLevel),
		linker.Link(compogo.Info, logrus.InfoLevel),
		linker.Link(compogo.Debug, logrus.DebugLevel),
	)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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