debugf

add a log entry with debug severity

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

Meta