Source: golang-github-rs-zerolog Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Thorsten Alteholz Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-github-coreos-go-systemd-dev, golang-github-pkg-errors-dev, golang-github-rs-xid-dev, golang-github-zenazn-goji-dev, golang-golang-x-tools-dev Standards-Version: 4.5.0 Homepage: https://github.com/rs/zerolog Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rs-zerolog Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rs-zerolog.git XS-Go-Import-Path: github.com/rs/zerolog Testsuite: autopkgtest-pkg-go Package: golang-github-rs-zerolog-dev Architecture: all Depends: ${misc:Depends}, golang-github-coreos-go-systemd-dev, golang-github-pkg-errors-dev, golang-github-rs-xid-dev, golang-github-zenazn-goji-dev, golang-golang-x-tools-dev Description: Zero Allocation JSON Logger This zerolog package provides a fast and simple logger dedicated to JSON output. . Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection. . To keep the code base and the API simple, zerolog focuses on efficient structured logging only. Pretty logging on the console is made possible using the provided (but inefficient) zerolog.ConsoleWriter.