Struct of log record
@type t() :: %Mediasoup.LoggerProxy.Record{ body: String.t(), file: String.t() | nil, level: :error | :warn | :info | :debug, line: integer() | nil, module_path: String.t() | nil, target: String.t() }