A single log line emitted by a background service.
@type t() :: %Miosa.Types.ServiceLogEvent{ line: String.t(), service_id: String.t() | nil, stream: String.t() | nil, timestamp: String.t() | nil }
@spec from_map(map()) :: t()