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

https://github.com/humangrass/sup

Simple and usefull logger
https://github.com/humangrass/sup

go golang logger logging

Last synced: about 1 year ago
JSON representation

Simple and usefull logger

Awesome Lists containing this project

README

          

[![build](https://github.com/humangrass/sup/actions/workflows/build-test.yml/badge.svg)](https://github.com/humangrass/sup/actions/workflows/build-test.yml)
[![lint](https://github.com/humangrass/sup/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/humangrass/sup/actions/workflows/golangci-lint.yml)

# Sup!

Really simple logger

## Usage

```go
import "github.com/humangrass/sup"

sup.SetProjectName("Yo!")
sup.Info("Wazzaaaaa!!!") // 2000-07-07 22:33:44 [Yo!] Wazzaaaaa!!!
```