1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: golang-github-rs-zerolog
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-coreos-go-systemd-dev,
golang-github-mattn-go-colorable-dev,
golang-github-pkg-errors-dev,
golang-github-rs-xid-dev,
golang-golang-x-tools-dev,
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Package: golang-github-rs-zerolog-dev
Architecture: all
Depends: golang-github-coreos-go-systemd-dev,
golang-github-mattn-go-colorable-dev,
golang-github-pkg-errors-dev,
golang-github-rs-xid-dev,
golang-golang-x-tools-dev,
${misc:Depends},
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.
|