trace

add a log entry with trace severity

  1. void trace(string tag, string msg)
    void
    trace
    (
    in string tag
    ,
    scope lazy string msg
    )
  2. void trace(uint mask, string tag, string msg)

Meta