E2bEx.SandboxLog (E2bEx v0.1.0)

Copy Markdown View Source

A structured sandbox log entry.

Summary

Types

t()

@type t() :: %E2bEx.SandboxLog{
  fields: map() | nil,
  level: String.t() | nil,
  message: String.t() | nil,
  timestamp: String.t() | nil
}