errorf

add a log entry with error severity

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

Meta