darvaza-proxy / slog

structured logger adaptors

Home Page:https://darvaza.org/slog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests

amery opened this issue · comments

$ make test
▶ generating subproject rules
▶ test: root
?       github.com/darvaza-proxy/slog   [no test files]
?       github.com/darvaza-proxy/slog/internal  [no test files]
▶ test: logrus
?       github.com/darvaza-proxy/slog/logrus    [no test files]
▶ test: zap
?       github.com/darvaza-proxy/slog/zap       [no test files]
▶ test: zerolog
?       github.com/darvaza-proxy/slog/zerolog   [no test files]
▶ test: cblog
?       github.com/darvaza-proxy/slog/cblog     [no test files]

we need to find a way to test implementation and compliance of each adaptor we implement. currently reduced to zerolog and cblog, but also the *log.Logger writer at the top level and the internal/ helpers