summaryrefslogtreecommitdiff
path: root/lib/pleroma/logging.ex
blob: ac09c04152026f25363b4390f2ef3694895c92a1 (plain)
1
2
3
4
5
6
7
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Logging do
  @callback error(String.t()) :: any()
end