[ 原始碼: golang-github-alexcesaro-log ]
套件:golang-github-alexcesaro-log-dev(0.0~git20150915.61e6862-2)
golang-github-alexcesaro-log-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alexcesaro-log:
- [golang-github-alexcesaro-log_0.0~git20150915.61e6862-2.dsc]
- [golang-github-alexcesaro-log_0.0~git20150915.61e6862.orig.tar.xz]
- [golang-github-alexcesaro-log_0.0~git20150915.61e6862-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Logging packages for Go (library)
Package log provides a common interface for logging libraries.
This package contains:
- buflog: provides a buffered logging class that accumulates logs in memory until the flush threshold is reached which release stored logs, the buffered logger then act as a normal logger. - golog: provides a customizable logging class which can be used as a standalone or as a building block for other loggers. - logtest: provides utilities for logging testing. - stdlog: provides simple and fast logging to the standard output (stdout) and is optimized for programs launched via a shell or cron.Logger is a common interface for logging libraries.