errorf

add a log entry with error severity

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

Meta