# README
TestLogger
Logger Usage
func Example_test(t *testing.T) {
logger := testlog.NewTestLogger(logruslog.NewLogrusLogger())
ctx := logctx.CtxWithLogger(context.Background(), logger)
err := RunTestFunction(ctx)
if err != nil {
logger.ShowStoredLogs()
}
}
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author