tracef

add a log entry with trace severity

  1. void tracef(string tag, string fmt, Args args)
  2. void tracef(uint mask, string tag, string fmt, Args args)
    void
    tracef
    (
    Args...
    )
    (
    in uint mask
    ,
    in string tag
    ,
    in string fmt
    ,
    Args args
    )
  3. void trace(string tag, string msg)
  4. void trace(uint mask, string tag, string msg)

Meta