Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>python-log-syntax-highlightNew to Visual Studio Code? Get it now.
python-log-syntax-highlight

python-log-syntax-highlight

ergrassa

|
181 installs
| (0) | Free
Simple syntax highlighter for python logger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Python Log Syntax Highlighter

Python Log Syntax Highlighter is a Visual Studio Code extension that provides syntax highlighting for custom Python log files. This extension helps developers understand and analyze their log data more efficiently by applying consistent color highlighting.

Features

  • Datetime Highlighting: Identifies and highlights timestamps following the 2024-05-01T18:15:00+03:00 format.
  • Log Levels: Highlights different log levels (e.g., info, error).
  • Messages: Differentiates between quoted and unquoted log messages.
  • Iteration Highlighting: Recognizes and highlights the iteration count.
  • Job Attributes: Highlights and categorizes job-specific data.

Example Log Entry

time="2024-05-02T06:15:00+03:00" level=info msg=starting iteration=74 job.command="python main.py > /dev/stdout" job.position=0 job.schedule="15 */6 * * *"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft