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

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