[ aria ]
パッケージ: golang-github-spf13-jwalterweatherman-dev (1.1.0+really1.1.0-2)
golang-github-spf13-jwalterweatherman-dev に関するリンク
golang-github-spf13-jwalterweatherman ソースパッケージをダウンロード:
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0-2.debian.tar.xz]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0-2.dsc]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-hashicorp-go-hclog-dev
- golang-github-grpc-ecosystem-go-grpc-middleware-dev
- golang-github-spf13-afero-dev
- golang-go.uber-zap-dev
- xterm
- golang-github-openprinting-goipp-dev
- liblog-any-adapter-screen-perl
- libterm-readkey-perl
- liblog4j1.2-java
- golang-github-spf13-cast-dev
- golang-github-go-kit-log-dev
Go library for both printing to the terminal and logging to files
jWalterWeatherman provides seamless printing to the terminal (stdout) and logging to a io.Writer (file) that's as easy to use as fmt.Println.
JWW is primarily a wrapper around the excellent Go standard log library. It provides a few advantages over using the standard log library alone:
* One library for both printing to the terminal and logging (to files). * Allow the user to easily control what levels are printed and logged * No unnecessary initialization cruft. Just use it.
その他の golang-github-spf13-jwalterweatherman-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package