Skip to content

Commit

Permalink
move package to top level
Browse files Browse the repository at this point in the history
generate

update readme

rename package

add package readme

rename receiver

svc1logr
  • Loading branch information
agrabauskas committed Jan 26, 2021
1 parent 3ae166d commit a7223c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ witchcraft-go-logging
`witchcraft-go-logging` is a Go implementation of the Witchcraft logging specification. It provides an API that can be
used for logging and some default implementations of the logging API using different existing popular Go logging
libraries. `witchcraft-go-logging` includes implementations that use [zap](https://github.com/uber-go/zap),
[zerolog](https://github.com/rs/zerolog) and [glog](https://github.com/golang/glog).
[zerolog](https://github.com/rs/zerolog) and [glog](https://github.com/golang/glog). We also provide an implementation
for [go-logr](https://github.com/go-logr/logr) that uses svc1log internally.

Architecture
------------
Expand Down
1 change: 1 addition & 0 deletions svc1logr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A [logr](https://github.com/go-logr/logr) implementation using wlog.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
_ "github.com/palantir/witchcraft-go-logging/wlog-zap"
)

func TestSvc1LogrWrapper(t *testing.T) {
func TestLogrWlogWrapper(t *testing.T) {
buf := new(bytes.Buffer)
logger := svc1log.New(buf, wlog.DebugLevel)

Expand Down

0 comments on commit a7223c5

Please sign in to comment.