Paul Lecuq
36c5d6f2ed
- web service with json support - web page - cron service to update database infos
23 lines
967 B
Markdown
23 lines
967 B
Markdown
<p align="center"><img src="https://github.com/gobuffalo/buffalo/blob/master/logo.svg" width="360"></p>
|
|
|
|
<p align="center">
|
|
<a href="https://godoc.org/github.com/gobuffalo/logger"><img src="https://godoc.org/github.com/gobuffalo/logger?status.svg" alt="GoDoc" /></a>
|
|
<a href="https://travis-ci.org/gobuffalo/logger"><img src="https://travis-ci.org/gobuffalo/logger.svg?branch=master" alt="Build Status" /></a>
|
|
<a href="https://goreportcard.com/report/github.com/gobuffalo/logger"><img src="https://goreportcard.com/badge/github.com/gobuffalo/logger" alt="Go Report Card" /></a>
|
|
</p>
|
|
|
|
# Logger
|
|
|
|
The [`logger.Logger`](https://godoc.org/github.com/gobuffalo/logger#Logger) interface is used throughout Buffalo apps, and other systems, to log a whole manner of things.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ go get -u github.com/gobuffalo/logger
|
|
```
|
|
|
|
## Documentation
|
|
|
|
* [GoDoc](https://godoc.org/github.com/gobuffalo/logger)
|
|
* [General Buffalo Documentation](https://gobuffalo.io)
|