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

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.

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] | |
| +-------+------------------------------------------------+ |
+----------------------------------------------------------------+
```