An open API service indexing awesome lists of open source software.

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

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