# Functions
NewLogger will create a new logger implementation.
NewMockLogger creates a new mock instance.
NewLogger will create a new logger implementation.
# Structs
LoggerImpl is a struct that extends sirupsen/logrus.
MockLogger is a mock of Logger interface.
MockLoggerMockRecorder is the mock recorder for MockLogger.
# Interfaces
Logger type is interface for available logging methods.