Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slogtest: Allow passing in logging config options. (#12)
- Enables debug logging by default. - Adds `TestLoggerWithOptions` to allow overriding default config. - Adds `Context` as a shorthand for TestContextWithLogger (e.g. `slogtest.TestContextWithLogger(t)` -> `slogtest.Context(t)`)
- Loading branch information