package
0.2.0
Repository: https://github.com/vsysa/logging.git
Documentation: pkg.go.dev

# 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