# Packages
Package consolelogger defines a logger.Interface that emits logs to a writer (usually the console).
Package mocklogger defines a logger.Interface that stores a string representation of each logged event for testing.
# Interfaces
Interface is used to log events and metrics during execution.