Features
SimpleLogs keeps log monitoring focused on the capabilities that help you debug quickly inside VS Code.
Real-Time Monitoring
- Stream updates from multiple files through the Simple Logs activity bar view.
- Tail large files efficiently: the extension keeps only the most recent lines in memory.
- Switch between monitored files without leaving the editor.
Focused Filtering
- Filter with instant search, optional regex, and match-case toggles.
- Activate log-level buttons (
TRACE→FATAL) to surface only the levels that matter. - Reset filters instantly when you need to see the full stream again.
Saved Searches
- Capture frequently used filter combinations with the save button in the viewer.
- Reapply saved searches from the Saved Searches tree view.
- Remove outdated filters via context menu commands; everything persists across VS Code sessions.
Analysis View
- Review per-level line counts for the currently active log file.
- Click any level in the Analysis view to apply that filter automatically in the viewer.
- Use the counts to spot spikes in errors or warnings without reading every line.
Viewer Controls
- Toggle auto-scroll to pause on the lines you need to inspect.
- Switch line wrapping and line numbers on or off to match your reading preferences.
- Export the currently filtered log content to share a focused snippet with your team.