Skip to content

mrodalgaard/language-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b806eec · Dec 21, 2019
Feb 22, 2018
Jan 26, 2018
Mar 9, 2018
Jan 26, 2018
Nov 6, 2016
Oct 5, 2015
Mar 2, 2018
Mar 2, 2018
Mar 2, 2018
Sep 18, 2015
Sep 18, 2015
Nov 19, 2014
Dec 21, 2019
Nov 21, 2014
Mar 9, 2018

Repository files navigation

Log syntax highlighting and filtering in Atom Build Status

DEPRECATED: This package will no longer be maintained by me since I have switched permanently to VSCode.

Adds syntax colors for common log formats in Atom - improving visual grepping.

Also adds a filtering bottom bar to separate out the statements you are not interested in (can be removed through package config).

language-log

An Atom grammar that helps you quickly extract the important parts of various log files.

The filtering bottom bar contains the following elements:

  • Text filter input which filters based on regex expression (prepend an exclamation mark (!) to perform a reverse filter).
  • Tail button () which enables tailing of log changes (move to the bottom of the file).
  • Case sensitive/insensitive search button (Aa).
  • Level filter buttons which filters based on log level.

NOTE: soft wrap is disabled by default and can be enabled via the package settings page.

There are a whole bunch of standard and non-standard log formats out there. Create an issue (or even better a PR) if you are missing a format.

Notes

When asking for a certain log type support, please provide an example log file showing the general format and the different log levels.

Files above 10,000 lines does not get grammar applied according to Atom.

Contributions, bug reports and feature requests are very welcome.

    - Martin