https://github.com/dtomasi/fakr
A fake sink for logr interface
https://github.com/dtomasi/fakr
go golang logging logr
Last synced: 11 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T03:23:47.000Z (11 months ago)
- Last Synced: 2025-08-07T05:26:44.332Z (11 months ago)
- Topics: go, golang, logging, logr
- Language: Go
- Homepage: https://pkg.go.dev/github.com/dtomasi/fakr
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fakr
[](https://www.codefactor.io/repository/github/dtomasi/di)
[](https://results.pre-commit.ci/latest/github/dtomasi/fakr/main)


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()
```