mirror of
https://github.com/stashapp/stash.git
synced 2026-01-02 13:42:31 +01:00
* Changes to support custom URL paths * Refactor image resolver code * Initialise box files at startup * Update packr Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| formatter.go | ||
| go.mod | ||
| go.sum | ||
| level.go | ||
| LICENSE | ||
| logger.go | ||
| logrus.go | ||
| Makefile | ||
| outable.go | ||
| README.md | ||
| SHOULDERS.md | ||
| terminal_check.go | ||
| terminal_check_appengine.go | ||
| version.go | ||
Logger
The logger.Logger interface is used throughout Buffalo apps, and other systems, to log a whole manner of things.
Installation
$ go get -u github.com/gobuffalo/logger