# Functions
NewLogrusLogger will instantiate a logger with the given context.
NewNoopLogger will instantiate a logger that does nothing when called.
# Structs
LogrusLogger is a thread-safe logger whose properties persist and can be modified.
NoopLogger implements Logger, but does nothing.
# Interfaces
Logger is the interface to our internal logger.