# Functions
GetLogger retrieves the current logger from the context.
ParseLevel takes a string level and returns the Logrus log level constant.
Trace logs a message at level Trace with the log entry passed-in.
Tracef logs a message at level Trace with the log entry passed-in.
WithLogger returns a new context with the provided logger.
# Constants
TraceLevel is the log level for tracing.