kit/logger
Alessandro (Ale) Segala 73be7928f6
Updates: (#36)
1. Removed `github.com/pkg/errors` and replaced with the standard library (linter now rejects the old package)
2. Cron test: fixed race conditions and linting
3. Renamed `logger/default.go` to `logger/nop_logger.go` to match the name of the struct inside

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-05 12:12:21 -08:00
..
dapr_logger.go Adds IsOutputLevelEnabled to allow wasm to opt-out of generating strings (#24) 2022-11-01 21:50:11 -07:00
dapr_logger_test.go Adds IsOutputLevelEnabled to allow wasm to opt-out of generating strings (#24) 2022-11-01 21:50:11 -07:00
logger.go feature: add context log (#21) 2022-12-11 09:36:11 -08:00
logger_test.go feature: add context log (#21) 2022-12-11 09:36:11 -08:00
nop_logger.go Updates: (#36) 2023-01-05 12:12:21 -08:00
options.go Updates: (#36) 2023-01-05 12:12:21 -08:00
options_test.go replace license headers (#12) 2021-12-09 12:03:02 -08:00