read_electron_logs
Extract and monitor Electron app logs for debugging. Specify log types, tail real-time updates, and retrieve recent lines to analyze app behavior efficiently.
Instructions
Read console logs and output from running Electron applications. Useful for debugging and monitoring app behavior.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
follow | No | Whether to follow/tail the logs | |
lines | No | Number of recent lines to read (default: 100) | |
logType | No | Type of logs to read |