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.