file-rotatelogs:[存档] perl5 文件的端口

时间:2024-08-12 19:20:13
【文件属性】:

文件名称:file-rotatelogs:[存档] perl5 文件的端口

文件大小:19KB

文件格式:ZIP

更新时间:2024-08-12 19:20:13

Go

文件轮换日志 提供一个io.Writer从应用程序中定期轮换日志文件。 从 Perl 到 Go 的端口。 警告 该项目已归档。 它不会接收更新,作者不希望维护或支持它。 总之,不要使用这个项目。 概要 import ( "log" "net/http" apachelog "github.com/lestrrat-go/apache-logformat" rotatelogs "github.com/lestrrat-go/file-rotatelogs" ) func main () { mux := http . NewServeMux () mux . HandleFunc ( "/" , func ( w http. ResponseWriter , r * http. Request ) { ... }) logf , err := rotatelo


【文件预览】:
file-rotatelogs-master
----.travis.yml(48B)
----rotatelogs.go(9KB)
----internal()
--------fileutil()
--------option()
----.github()
--------workflows()
----rotatelogs_test.go(17KB)
----options.go(3KB)
----example_test.go(1KB)
----LICENSE(1KB)
----interface.go(1KB)
----.gitignore(252B)
----.golangci.yml(1KB)
----event.go(285B)
----Makefile(516B)
----README.md(6KB)
----Changes(263B)
----go.mod(344B)

网友评论