https://github.com/go-aah/log
Simple and flexible Go logger by aah framework
https://github.com/go-aah/log
aah aah-framework flexible golang golang-library log logger logging-library
Last synced: 8 months ago
JSON representation
Simple and flexible Go logger by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/log
- Owner: go-aah
- License: mit
- Created: 2016-06-27T05:03:40.000Z (over 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T17:10:52.000Z (about 7 years ago)
- Last Synced: 2025-01-30T15:47:33.737Z (11 months ago)
- Topics: aah, aah-framework, flexible, golang, golang-library, log, logger, logging-library
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Logger by aah framework
aah logger is simple and provides capabilities to fulfill application use cases.
### News
* `v0.7.1` [released](https://github.com/go-aah/log/releases/latest) and tagged on Jul 22, 2018.
## Installation
```bash
go get -u aahframework.org/log.v0
```
Visit official website https://aahframework.org to learn more about `aah` framework.