Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linhe0x0/debugfmt
A log handler for https://github.com/apex/log with human-friendly colored output. Build for development environment.
https://github.com/linhe0x0/debugfmt
apex-logs logger logging
Last synced: 14 days ago
JSON representation
A log handler for https://github.com/apex/log with human-friendly colored output. Build for development environment.
- Host: GitHub
- URL: https://github.com/linhe0x0/debugfmt
- Owner: linhe0x0
- License: mit
- Created: 2018-03-25T03:26:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T13:39:23.000Z (over 6 years ago)
- Last Synced: 2024-10-08T17:21:44.618Z (about 1 month ago)
- Topics: apex-logs, logger, logging
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debugfmt
[![Build Status](https://travis-ci.org/sqrthree/debugfmt.svg?branch=master)](https://travis-ci.org/sqrthree/debugfmt)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/sqrthree/debugfmt/blob/master/LICENSE)> A log handler for https://github.com/apex/log with human-friendly colored output. Build for development environment.
![image](https://user-images.githubusercontent.com/8622362/38197900-0516dad6-36bd-11e8-9ce6-52d39531e667.png)
## Installing
```bash
go get -u github.com/sqrthree/debugfmt
```## Usage
See [_examples](./_examples/main.go) to get more details.
---
> [sqrtthree.com](http://sqrtthree.com/) ·
> GitHub [@sqrthree](https://github.com/sqrthree) ·
> Twitter [@sqrtthree](https://twitter.com/sqrtthree)