Registry / logging / matterbridge-logrus-prefixed-formatter

matterbridge-logrus-prefixed-formatter

JSON →
library0.5.2gogounverified

Provides a logrus formatter that adds prefixes to log entries.

go get github.com/matterbridge/logrus-prefixed-formatter
INSTALL
IMPORT
SIG · MATTERBRIDGE-LOGRU
M
matterbridge-logrus-prefixed-formatter
logginggov0.5.2
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.

prefixed
github.com/matterbridge/logrus-prefixed-formatter

Sets up logrus with a prefixed text formatter and logs an info message.

package main import ( "github.com/matterbridge/logrus-prefixed-formatter" "github.com/sirupsen/logrus" ) func main() { logrus.SetFormatter(&prefixed.TextFormatter{}) logrus.Info("Hello, world!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
matterbridge-logrus-prefixed-formatter — go get matterbridge-logrus-prefixed-formatter · libregistry