معرفی شرکت ها


golang-github-go-kit-log-dev_0.2.1-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

minimal and extensible structured logger (Go library)
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته golang-github-go-kit-log-dev
نام فایل بسته golang-github-go-kit-log-dev_0.2.1-1_all.deb
نسخه بسته 0.2.1
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/go-kit/log
مجوز -
حجم دانلود 26856
حجم نصب 147
The log package provides a minimal interface for structured logging in services. It may be wrapped to encode conventions, enforce type-safety, provide leveled logging, and so on. It can be used for both typical application log events, and log-structured data streams. . Structured logging is, basically, conceding to the reality that logs are data, and warrant some level of schematic rigor. Using a stricter, key/value-oriented message format for logs, containing contextual and semantic information, makes it much easier to get insight into the operational activity of the systems. Consequently, package log is of the strong belief that "the benefits of structured logging outweigh the minimal effort involved (https://www.thoughtworks.com/radar/techniques/structured-logging)".


نیازمندی

مقدار نام
- golang-github-go-logfmt-logfmt-dev


نحوه نصب


نصب پکیج deb golang-github-go-kit-log-dev:

    sudo apt-get install golang-github-go-kit-log-dev_0.2.1-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-go-kit-log-dev/changelog.Debian.gz
./usr/share/doc/golang-github-go-kit-log-dev/copyright
./usr/share/gocode/src/github.com/go-kit/log/benchmark_test.go
./usr/share/gocode/src/github.com/go-kit/log/concurrency_test.go
./usr/share/gocode/src/github.com/go-kit/log/doc.go
./usr/share/gocode/src/github.com/go-kit/log/example_test.go
./usr/share/gocode/src/github.com/go-kit/log/go.mod
./usr/share/gocode/src/github.com/go-kit/log/go.sum
./usr/share/gocode/src/github.com/go-kit/log/json_logger.go
./usr/share/gocode/src/github.com/go-kit/log/json_logger_test.go
./usr/share/gocode/src/github.com/go-kit/log/level/benchmark_test.go
./usr/share/gocode/src/github.com/go-kit/log/level/doc.go
./usr/share/gocode/src/github.com/go-kit/log/level/example_test.go
./usr/share/gocode/src/github.com/go-kit/log/level/level.go
./usr/share/gocode/src/github.com/go-kit/log/level/level_test.go
./usr/share/gocode/src/github.com/go-kit/log/log.go
./usr/share/gocode/src/github.com/go-kit/log/log_test.go
./usr/share/gocode/src/github.com/go-kit/log/logfmt_logger.go
./usr/share/gocode/src/github.com/go-kit/log/logfmt_logger_test.go
./usr/share/gocode/src/github.com/go-kit/log/nop_logger.go
./usr/share/gocode/src/github.com/go-kit/log/nop_logger_test.go
./usr/share/gocode/src/github.com/go-kit/log/stdlib.go
./usr/share/gocode/src/github.com/go-kit/log/stdlib_test.go
./usr/share/gocode/src/github.com/go-kit/log/sync.go
./usr/share/gocode/src/github.com/go-kit/log/sync_test.go
./usr/share/gocode/src/github.com/go-kit/log/syslog/example_test.go
./usr/share/gocode/src/github.com/go-kit/log/syslog/syslog.go
./usr/share/gocode/src/github.com/go-kit/log/syslog/syslog_test.go
./usr/share/gocode/src/github.com/go-kit/log/term/colorlogger.go
./usr/share/gocode/src/github.com/go-kit/log/term/colorlogger_test.go
./usr/share/gocode/src/github.com/go-kit/log/term/colorwriter_others.go
./usr/share/gocode/src/github.com/go-kit/log/term/colorwriter_windows.go
./usr/share/gocode/src/github.com/go-kit/log/term/example_test.go
./usr/share/gocode/src/github.com/go-kit/log/term/term.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_darwin.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_freebsd.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_linux.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_notwindows.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_openbsd.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_stub.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_windows.go
./usr/share/gocode/src/github.com/go-kit/log/term/terminal_windows_test.go
./usr/share/gocode/src/github.com/go-kit/log/value.go
./usr/share/gocode/src/github.com/go-kit/log/value_test.go