pngan / loglook

0 stars 0 forks source link

loglook

loglook is a Windows application used to visualize the contents of a log file or text file. Given a search string, loglook plots a histogram of occurences of that string on a time line so that at a glance the user can see the contents of the log file.

Features

Download

The _loglook__ installer can be downloaded from the Downloads folder in the loglook repository.

Release Notes

loglook-20190502.zip

Customization for new log file types

The default installation of loglook can analyse the time stamp from several common log file formats. Custom formats can be added by editting the file: %appdata%\LogFileDescriptor.json. To analyse a new type of log file, add a new entry to this configuration file and restart loglook. Entries take the form of:

  {
    "FileType": "Simple Time",
    "FileTypeDescription": "Simple timestamp with hours to 10th of second",
    "DateTimeFormatString": "hh:mm:ss.ff",
    "ContentIndexStart": 0,
    "DatetimeIndexStart": 11,
    "DatetimeLength": 11
  }

Building

Prerequisites

This project requires Visual Studio 2019 with Windows Desktop workload installed, to build.

Build Release version

Open solution file and choose "Release" in the Solution Configurations.