type Logger struct {
// contains filtered or unexported fields
}
Logger is a wrapper around an slog.Logger with additional helpers and nil
checking.
TODO: Add helpers for additional logging levels as needed. Each should call
the log helper method, not the underlying logger directly.