Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fsouza/slognil

nil (discard) handler for slog
https://github.com/fsouza/slognil

Last synced: 3 months ago
JSON representation

nil (discard) handler for slog

Awesome Lists containing this project

README

        

# slognil

Discard handler for slog. Want do discard all logs? Use this handler, without
bothering with levels (useful for tests):

```go
logger := slognil.NewLogger()
```