pine/log

Types

pub type Log {
  Log(
    level: Level,
    ts: Int,
    msg: String,
    attributes: List(Attribute),
  )
}

Constructors

  • Log(
      level: Level,
      ts: Int,
      msg: String,
      attributes: List(Attribute),
    )
Search Document