package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Functions
Dump is a convenience function to dump the current contents of the memory logger to the writer.
MustDumpStdout is a convenience function to dump the current contents of the memory logger to stdout.
Reset is a convenience function to reset the current memory logger.
ShouldHaveLog is a goconvey custom assertion which asserts that the logger has received a log.
ShouldNotHaveLog is the inverse of ShouldHaveLog.
Use adds a memory backed Logger to Context, with concrete type *MemLogger.