# Functions
Error logs the error with the given message.
Errorf logs the error with the given formatted message.
Info logs a non-error message.
Infof logs a non-error formatted message.
Init initializes the logger.
WithValues creates a new logger with additional key-value pairs in the context.