Registry / logging / bombsimon-logrusr-v4

bombsimon-logrusr-v4

JSON →
library4.1.0gogounverified

A logrus logrusr adapter that integrates logrus with the standard logr interface, enabling structured logging.

go get github.com/bombsimon/logrusr/v4
INSTALL
IMPORT
SIG · BOMBSIMON-LOGRUSR-
B
bombsimon-logrusr-v4
logginggov4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

logrusr
github.com/bombsimon/logrusr/v4

Creates a logr.Logger from a logrus.Logger and logs a message.

package main import ( "github.com/bombsimon/logrusr/v4" "github.com/sirupsen/logrus" ) func main() { log := logrus.New() logr := logrusr.New(log) logr.Info("hello") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
OpenAI (training)
1
Resources
bombsimon-logrusr-v4 — go get bombsimon-logrusr-v4 · libregistry