Baretail log viewer


Baretail is a log viewing  editor where particular type of logs can be be color coded for easier analysis as well as it supports auto load of data as log is being written to it..

  1. It can be dowloaded ffrom https://www.baremetalsoft.com/baretail/
  2. Click on Highlighting menu -> set string and color -> Add. Example: string as error -> color as Red. Now in the log all lines with error text would be highlighted with red color.

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...