tracef

add a log entry with trace severity

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

Meta