Registry / logging / uber-common-bark

uber-common-bark

JSON →
library1.3.0gogounverified

Provides an abstraction for loggers and stats reporters, decoupling libraries from specific implementations like logrus.

go get github.com/uber-common/bark
INSTALL
IMPORT
SIG · UBER-COMMON-BARK
U
uber-common-bark
logginggov1.3.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.

bark
✓ github.com/uber-common/bark

Creates a logger using the logrus wrapper and logs a message.

package main import ( "github.com/uber-common/bark" ) func main() { logger := bark.NewLogrusLogger() logger.Info("Hello, Bark!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
44
Resources
uber-common-bark — go get uber-common-bark · libregistry