Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtomasi/fakr
A fake sink for logr interface
https://github.com/dtomasi/fakr
go golang logging logr
Last synced: 23 days ago
JSON representation
A fake sink for logr interface
- Host: GitHub
- URL: https://github.com/dtomasi/fakr
- Owner: dtomasi
- License: mit
- Created: 2021-08-28T16:53:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:28:21.000Z (3 months ago)
- Last Synced: 2024-10-24T23:31:27.459Z (3 months ago)
- Topics: go, golang, logging, logr
- Language: Go
- Homepage: https://pkg.go.dev/github.com/dtomasi/fakr
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fakr
[![CodeFactor](https://www.codefactor.io/repository/github/dtomasi/fakr/badge)](https://www.codefactor.io/repository/github/dtomasi/di)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/dtomasi/fakr/main.svg)](https://results.pre-commit.ci/latest/github/dtomasi/fakr/main)
![Go Unit Tests](https://github.com/dtomasi/fakr/actions/workflows/build.yml/badge.svg)
![CodeQL](https://github.com/dtomasi/fakr/actions/workflows/codeql-analysis.yml/badge.svg)A fake sink for logr interface
See: https://github.com/go-logr/logr
## Installation
go get -u github.com/dtomasi/fakr
## Usage
```go
import (
"github.com/dtomasi/fakr"
)logger := fakr.New()
```