{
  "source": "log.js",
  "method": "error",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "message": {
        "type": "any",
        "description": "A message whose string representation will be printed to the standard error (stderr)."
      }
    }
  },
  "meta": {
    "name": "logError",
    "icon": {
        "type": "fa",
        "name": "ellipsis-h"
    },
    "description": "Prints a message to the standard error (stderr)."
  }
}