# File glib/src/lib/glib2.rb, line 142
    def error(str)
      log(DOMAIN, LEVEL_ERROR, caller(1)[0] << ": " << str)
    end