proxy.golang.org : github.com/pashifika/rollingFiles
Package rollingFiles provides a rolling logger. Note that this is v2.2.1 of rollingFiles, and should be imported using github.com thusly: The package name remains simply rollingFiles, and the code resides at https://github.com/pashifika/rollingFiles under the v2.2 branch. rollingFiles is intended to be one part of a logging infrastructure. It is not an all-in-one solution, but instead is a pluggable component at the bottom of the logging stack that simply controls the files to which logs are written. rollingFiles plays well with any logging package that can write to an io.Writer, including the standard library's log package. rollingFiles assumes that only one process is writing to the output files. Using the same rollingFiles configuration from multiple processes on the same machine will result in improper behavior. To use lumberjack with the standard library's log package, just pass it into the SetOutput function when your application starts.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/pashifika/rolling%21files
License: MIT
Latest release: about 5 years ago
First release: almost 7 years ago
Namespace: github.com/pashifika
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago