logf

add a log entry

  1. void logf(Severity sev, string tag, string fmt, Args args)
  2. void logf(Severity sev, uint mask, string tag, string fmt, Args args)
    void
    logf
    (
    Args...
    )
    (,
    in uint mask
    ,
    in string tag
    ,
    in string fmt
    ,
    Args args
    )
  3. void log(Severity sev, string tag, string msg)
  4. void log(Severity sev, uint mask, string tag, string msg)

Meta