Skip to content

S1Products/FlexibleLogAnalyzingTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日本語版のREADMEはこちら

FlexibleLogAnalyzingTool (FLAT)

Convert various log files to unified log format. And it has some useful analyzing functions.

About FLAT

Did followings ever happen to you on your product or system support?

  - Have to analyze different log format crossover
  - Cannot open very big log file
  - Forgot search keywords for past analyzing
  - Export target log lines manually to excel file

FLAT has very strong log analyzing functions.

  - You can check log files with unified format.  
  - You can open big log files quickly.  
  - You can reproduce past analyzing result anytime.  
  - You can export target log lines to CSV or Excel file.

FLAT can be help your support work!!

Download

Latest binary is here.

Getting Started

This section will guide prerequisites, installing and usage.

Requirements

This application is developed on Windows environment. And it needs .NET Framework 4.5 later.

Installing

Unpack the product zip file to your arbitary directory. And run "FlexibleLogAnalyzingTool.exe" file.

** Note **
This application creates several setting files and directorys to application running directory.
If you deploy this application to "Program Files" or "Program Files (x86)" directory then please add "full control" privilege to file system security.

Usage

Please see Usage page.

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 License - see the LICENSE.md file for details