infof

add a log entry with info severity

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

Meta