Registry / logging / senzing-go-logging

senzing-go-logging

JSON →
library1.5.4gogounverified

A composable logging system built on top of Go's log package with extended levels and guards.

go get github.com/senzing/go-logging
INSTALL
IMPORT
SIG · SENZING-GO-LOGGING
S
senzing-go-logging
logginggov1.5.4
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.

logging
github.com/senzing/go-logging/logging

Create and use a logger

package main import ( "github.com/senzing/go-logging/logging" ) func main() { logger, err := logging.NewLogger() if err != nil { panic(err) } logger.Info("Hello, world!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
Amazon
1
Resources