Embedded Device LoggerThe Embedded Device Logger is a Visual Studio Code extension that can connect to your devices over SSH, tail their logs, and help you analyze the data with loglevel colorization, quick filters, custom keywords highlights and filtered export. It provides also an SFTP client, SSH terminals and one-off SSH commands to help you develop, debug and maintain your Linux-based devices.
If you like the extension, please rate it. We welcome issue reports and feature requests. Key Features
Getting started
For the full setup and configuration reference, see the Detailed Usage and Configuration guide. Installation
Visit the Marketplace page for more details. Motivation behind the development of this VSCode ExtensionWhen you develop, debug, or audit software for embedded Linux devices, logs are everything. They tell you what happened, when it happened, and often why it happened. Yet in practice, working with logs on embedded systems is still surprisingly awkward. Most of us rely on:
And while VS Code has become the de-facto development environment for many engineers, log inspection still lives mostly outside the editor. I tried to find a VS Code extension that was:
I couldn’t find one that fully fit that workflow. So I built it. More about this story at Medium Article For developersWant to build from source or contribute? See the Developer Setup and Workflow for packaging, local installs, and contribution guidelines. The project is open to pull requests. Please, check the CONTRIBUTING guide and the Code Architecture Overview before submitting. |


