golang-github-mgutz-logxi 1-1 source package in Ubuntu

Changelog

golang-github-mgutz-logxi (1-1) unstable; urgency=medium

  * Upload to unstable.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Tue, 14 May 2024 19:03:41 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mgutz-logxi_1-1.dsc 2.4 KiB a6a1bbd079ac6a9ea06ca27ebbfb7563cf8aa1e5a7ee286c33527db08bd46998
golang-github-mgutz-logxi_1.orig.tar.gz 298.5 KiB 5de29f79c0398f7b77cd0da03143fb23767651bedc4bdf092f4ae20f81224285
golang-github-mgutz-logxi_1-1.debian.tar.xz 2.6 KiB aed73721037193214d0f4a9b1efa4c95b8b11cf793f5eea8bea2c504d3ee15a5

No changes file available.

Binary packages built by this source

golang-github-mgutz-logxi-dev: 12-factor app logger (library)

 Log XI is a structured 12-factor app (http://12factor.net/logs)
 logger built for speed and happy development.
 .
  * Simpler. Sane no-configuration defaults out of the box.
  * Faster. See benchmarks vs logrus and log15.
  * Structured. Key-value pairs are enforced. Logs JSON in production.
  * Configurable. Enable/disable Loggers and levels via env vars.
  * Friendlier. Happy, colorful and developer friendly logger in
    terminal.
  * Helpful. Traces, warnings and errors are emphasized with file, line
    number and call stack.
  * Efficient. Has level guards to avoid cost of building complex
    arguments.