Registry / logging / bombsimon-logrusr-v3

bombsimon-logrusr-v3

JSON →
library3.1.0gogounverified

Logrusr is a logr implementation that integrates with the Logrus logging library.

go get github.com/bombsimon/logrusr/v3
INSTALL
IMPORT
SIG · BOMBSIMON-LOGRUSR-
B
bombsimon-logrusr-v3
logginggov3.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/v3

Creates a logr.Logger backed by Logrus.

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

No known issues recorded.

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

No dependency data recorded yet.

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