github.com/linxlib/logs
Package logs Copyright 2019 by linx, All rights reserved. Use of this source code is governed by a MIT license that can be found in the LICENSE file. Package lumberjack provides a rolling logger. Note that this is old.0 of lumberjack, and should be imported using gopkg.in thusly: The package name remains simply lumberjack, and the code resides at https://github.com/natefinch/lumberjack under the old.0 branch. Lumberjack 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. Lumberjack plays well with any logging package that can write to an io.Writer, including the standard library's log package. Lumberjack assumes that only one process is writing to the output files. Using the same lumberjack configuration from multiple processes on the same machine will result in improper behavior. +build linux
proxy.golang.org
v0.1.5
over 3 years ago
15
5
4
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/linxlib/logs
spec |
| License | MIT |
| Namespace | github.com/linxlib |
| First Release | about 6 years ago |
| Last Synced | 1 day ago |
Repository
| Stars | 0 on GitHub |
| Forks | 0 on GitHub |