Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairmare/logrus-bottom
πβ¨β¨β¨β¨π₯Ί,,,ππππβ¨,ππππβ¨π₯Ί,ππππβ¨π₯Ί,ππππβ¨,πππππ₯Ί,,,,ππβ¨β¨β¨,,πππππ₯Ί,,,ππππβ¨,ππππ,,,ππππβ¨,,,,ππππβ¨π₯Ί,,ππππβ¨π₯Ίππ
https://github.com/hairmare/logrus-bottom
Last synced: about 1 month ago
JSON representation
πβ¨β¨β¨β¨π₯Ί,,,ππππβ¨,ππππβ¨π₯Ί,ππππβ¨π₯Ί,ππππβ¨,πππππ₯Ί,,,,ππβ¨β¨β¨,,πππππ₯Ί,,,ππππβ¨,ππππ,,,ππππβ¨,,,,ππππβ¨π₯Ί,,ππππβ¨π₯Ίππ
- Host: GitHub
- URL: https://github.com/hairmare/logrus-bottom
- Owner: hairmare
- License: mit
- Created: 2021-03-30T16:38:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T17:57:43.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T21:58:05.634Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bottom formatter for [logrus](https://github.com/sirupsen/logrus) based on [bottom-go](https://github.com/bottom-software-foundation/bottom-go)
## Usage
```go
package mainimport (
log "github.com/sirupsen/logrus""github.com/hairmare/logrus-bottom/bottomlog"
)func main() {
// π₯Ί,,
log.SetFormatter(bottomlog.NewBottomFormatter())log.WithFields(log.Fields{
"animal": "walrus",
}).Info("A walrus appears")
}
```## Acknowledgements
The logrus-bottom team would like to thank the bottom software foundation for their inspiration.