https://github.com/hypnoswang/xlog
A logrus based logger: support log rotate and multiple log destinations
https://github.com/hypnoswang/xlog
go golang log logger logging logrotate logrus
Last synced: 3 months ago
JSON representation
A logrus based logger: support log rotate and multiple log destinations
- Host: GitHub
- URL: https://github.com/hypnoswang/xlog
- Owner: hypnoswang
- License: bsd-3-clause
- Created: 2018-08-31T03:28:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T04:07:04.000Z (about 4 years ago)
- Last Synced: 2024-06-20T03:24:01.467Z (almost 2 years ago)
- Topics: go, golang, log, logger, logging, logrotate, logrus
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlog
A logrus based logger: support log rotate and multiple log destinations
## Plans
- [] Add file logging support with rotate feature - Undergoing
- [] Add multiple outputting support - TODO
- [] Logrus performance optimizing: removing the lock mechanism during logging out every log entry - TODO