spinlog:Go 的日志轮换实现

时间:2024-07-24 21:17:33
【文件属性】:

文件名称:spinlog:Go 的日志轮换实现

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-24 21:17:33

Go

自旋日志 spinlog是一个简单的 API 和命令行工具,用于轮换日志。 安装 您可以按如下方式安装 spinlog API: go get github.com/unixpickle/spinlog 拥有此库后,您可能还希望使用spinlog实用程序命令。 您可以使用以下命令安装它: go install github.com/unixpickle/spinlog/spinlog 现在您可以运行spinlog命令。 有关帮助和用法,请参阅 spinlog -h 执照 spinlog在 BSD 2-clause 许可下获得许可。 请参阅。 Copyright (c) 2014, Alex Nichol. All rights reserved. Redistribution and use in source and binary forms, with or withou


【文件预览】:
spinlog-master
----line_log.go(1KB)
----log.go(2KB)
----log_test.go(2KB)
----errors.go(91B)
----LICENSE(1KB)
----README.md(2KB)
----spinlog()
--------main.go(2KB)
----logdir.go(3KB)
----line_log_test.go(3KB)
----logdir_test.go(2KB)
----config.go(383B)
----router.go(892B)

网友评论