An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.0% on proxy.golang.org
Top 2.8% dependent packages on proxy.golang.org
Top 3.5% dependent repos on proxy.golang.org
Top 1.6% docker downloads on proxy.golang.org

proxy.golang.org : github.com/saucelabs/sypl

Package sypl provides a Simple Yet Powerful Logger built on top of the Golang logger. A sypl logger can have many `Output`s, and each `Output` is responsible for writing to a specified destination. Each Output can have multiple `Processor`s, which run in isolation manipulating the log message. The order of execution is according to the registering order. The above features allow sypl to fit into many different logging flows and needs. In a application with many loggers, and child loggers, sometimes more fine control is needed, specially when debugging applications. Sypl offers two powerful ways to achieve that: `SYPL_FILTER`, and `SYPL_DEBUG` env vars. `SYPL_FILTER` allows to specify the name(s) of the component(s) that should be logged, for example, for a given application with the following loggers: `svc`, `pv`, and `cm`, if a developer wants only to see `svc`, and `pv` logging, it's achieved just setting `SYPL_FILTER="svc,pv"`. `SYPL_DEBUG` allows to specify the max level, for example, for a given application with the following loggers: `svc`, `pv`, and `cm`, if a developer sets: The possibilities are endless! Checkout the [`debugAndFilter`](example_test.go) for more.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/saucelabs/sypl
Keywords: concurrency , concurrent , go , golang , logger , multithread , non-blocking , text-processing
License: MIT
Latest release: over 3 years ago
First release: over 4 years ago
Namespace: github.com/saucelabs
Dependent packages: 4
Dependent repositories: 2
Stars: 8 on GitHub
Forks: 2 on GitHub
Docker dependents: 14
Docker downloads: 502
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

Top 7.0% on proxy.golang.org
github.com/saucelabs/randomness v0.0.7
Package Randomness provides a secure random integer generator, optionally retryable, and collisio...
7 versions - Latest release: over 3 years ago - 2 dependent packages - 1 dependent repositories - 3 stars on GitHub
Top 8.9% on proxy.golang.org
github.com/saucelabs/pacman v0.1.2
FindProxyForURL example.
16 versions - Latest release: over 3 years ago - 1 dependent package - 1 stars on GitHub
github.com/saucelabs/webserver v0.0.11
Package webserver provides a HTTP server: - Gracefully handles shutdown - Applies best practices ...
11 versions - Latest release: over 3 years ago - 0 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.