Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)