# Functions
NewLogDummy returns dummy logger which discards logged messages on the fly.
NewLogSink is a factory for LogSink.
# Structs
EntryAssertFormatter is a log formatter, which gather all logged entries.
LogSink is a helper construct for testing logging in unit tests.