Packages

An Elixir framework to build your own in-house PaaS (Platform as a Service).

Current section

Files

Jump to
antikythera core gear_log message.ex
Raw

core/gear_log/message.ex

# Copyright(c) 2015-2021 ACCESS CO., LTD. All rights reserved.
defmodule AntikytheraCore.GearLog.Message do
alias Antikythera.{Time, ContextId}
alias AntikytheraCore.GearLog.Level
@type t :: {Time.t(), Level.t(), ContextId.t(), String.t()}
end