level()

in utils/logging.js [35:37]


  level(label) {
    return { severity: label };
  },