Current section
Files
Jump to
Current section
Files
core/gear_log/message.ex
# Copyright(c) 2015-2019 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