Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>acacia-logNew to Visual Studio Code? Get it now.
acacia-log

acacia-log

manacacia

|
5 installs
| (0) | Free
log files processing, similar lines, patterns
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

acacia-log README

Acacia Log is a Visual Studio Code extension for navigating log files efficiently. It provides commands to set log date formats, regular expressions, and search for specific dates and times in log files.

Features

  • Navigate to a specific date and time in the log file.
  • Set the date format used in the log files.
  • Set the regular expression to match the date in the log files.
  • Set the date to search for in the log files.
  • Set the time to search for in the log files.
  • Calculate counts of similar lines in the log file.
  • Draw a timeline chart of log file records.

Added command calls through activity bar:

Screenshot 2025-02-01 151004

Added patterns search in log file:

Screenshot 2025-02-02 063654

Added Pie Bar drawing:

Screenshot 2025-02-03 045749

Extension Screenshot

Commands

This extension contributes the following commands:

  • extension.setLogDateFormat: Sets the date format used in the log files.
  • extension.setLogDateRegex: Sets the regular expression to match the date in the log files.
  • extension.setLogSearchDate: Sets the date to search for in the log files (YYYY-MM-DD).
  • extension.setLogSearchTime: Sets the time to search for in the log files and RUNS the search.
  • extension.calculateSimilarLineCounts: Calculates counts of similar lines in the log file and displays them in descending order.
  • extension.drawLogTimeline: Draws a chart containing a timeline of log file records.

Extension Settings

This extension contributes the following settings:

  • acacia-log.logDateFormat: The date format used in the log files. Default is yyyy-MM-dd HH:mm:ss.
  • acacia-log.logDateRegex: The regular expression to match the date in the log files. Default is \\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}.
  • acacia-log.logSearchDate: The date to search for in the log files (YYYY-MM-DD).
  • acacia-log.logSearchTime: The time to search for in the log files (HH:mm:ss).

Requirements

There are no specific requirements or dependencies for this extension.

Known Issues

There are no known issues at this time. Please report any issues you encounter on the GitHub issues page.

Release Notes

1.0.0

  • Initial release of Acacia Log.
  • Added commands to navigate to a specific date and time in the log file.
  • Added commands to set log date format, log date regular expression, log search date, and log search time.

0.0.2

  • Added command to calculate counts of similar lines in the log file and display them in descending order.
  • Added command to draw a timeline chart of log file records.

2.0.3

  • Speed up Patterns search

2.0.4

  • Fixed Patterns search

2.0.6

  • Fixed Draw Time Line

2.1.0

  • Added time regex and format suggestions

Following extension guidelines

Ensure that your extension follows the Visual Studio Code extension guidelines to provide the best experience for users.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft