https://github.com/gratonos/gxlog
This gxlog is a simplified version of gxlog/gxlog.
https://github.com/gratonos/gxlog
go golang log logger logging
Last synced: 12 months ago
JSON representation
This gxlog is a simplified version of gxlog/gxlog.
- Host: GitHub
- URL: https://github.com/gratonos/gxlog
- Owner: gratonos
- License: mit
- Created: 2019-03-17T14:56:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T10:38:23.000Z (over 6 years ago)
- Last Synced: 2025-03-05T15:30:57.586Z (over 1 year ago)
- Topics: go, golang, log, logger, logging
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gxlog #
This gxlog is a simplified version of [gxlog/gxlog](https://github.com/gxlog/gxlog).
```
+----------------------------------------------------------------+
| Logger |
| Level [Filter] |
| Record |
| | +-------+------------------------------------------------+ |
| |-| Slot0 | Formatter Writer Level [Filter] [ErrorHandler] | |
| | +-------+------------------------------------------------+ |
| |-| ... | ... | |
| | +-------+------------------------------------------------+ |
| \-| Slot7 | Formatter Writer Level [Filter] [ErrorHandler] | |
| +-------+------------------------------------------------+ |
+----------------------------------------------------------------+
```