# Functions
Debug logs a debug message.
Error logs an error message.
Fatal is equivalent to Error() followed by a call to os.Exit(1).
Info logs an informational message.
NewMockLoggable creates a new MockLoggable.
# Variables
Null is the null Logger instance.
# Structs
MockLoggable implements the Loggable interface.