Gitdocs.log_warn("#{title}: #{message}")
      if show_notification
        instance.notify(title, message, :pending)
      else
        Kernel.warn("#{title}: #{message}")