debugf

add a log entry with debug severity

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

Meta