infof

add a log entry with info severity

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

Meta