# Functions
NewHookConsole creates a new HookConsole.
NewLog creates a new instance of event log.
NewLogVerifier creates a new LogVerifier which searches for a given error message.
# Structs
APIEvent represents simplified Event object to be returned from the API.
HookAPIEvents saves all events as APIEvents that holds only time, level and message.
HookConsole implements event log hook, which prints entries to the console.
HookMemory implements event log hook, which buffers all event log entries in hookMemory.
Log is an buffered event log.
LogVerifier is a mock logger and a unit test helper for verifying event log messages.
# Type aliases
Fields is a set of named fields.