proxy.golang.org : github.com/mantzas/adaptlog
Package adaptlog is a logging abstraction for go. The name of the package is a composition of adapt(adaptive) and log(logging). The developer uses this abstraction in order to avoid depending on a specific logging implementation. The package provides two abstractions: The simple logger based on the standard log package and the level logger based on many leveled logging packages out there. The developer has only to setup one by implementing a interface. The simplest way to use adaptlog's simple logger is by simply implementing the SimpleLogger interface like below. For a full guide visit https://github.com/mantzas/adaptlog
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mantzas/adaptlog
Keywords:
go
, golang
, logging
License: Apache-2.0
Latest release: about 9 years ago
First release: over 9 years ago
Namespace: github.com/mantzas
Dependent repositories: 1
Stars: 9 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago