error

add a log entry with error severity

  1. void error(string tag, string msg)
  2. void error(uint mask, string tag, string msg)
    void
    error
    (
    in uint mask
    ,
    in string tag
    ,
    scope lazy string msg
    )

Meta