Giter VIP home page Giter VIP logo

logviewer's Introduction

中文用户请点击 中文说明

LogViewer

  • This is a general log viewer. It can parse the log files by providing regular expression configuration.
  • It supports several log format, such as spring-boot, Android, iOS, Visual studio, etc.
  • Theoretically, this tool can be used to analyze any log format as long as you write regular expressions for it.

Function Point

    1. Config the regular expression(REGULAR) in ini configuration files, and then, set the result map in REGMAP, then the log files can be analyzed and displayed.
    1. Can filter the log according to machine / Process Id / Thread Id, log level, log text etc.
    1. Can calculate and get the elapse from the same thread of adjacent logs, thus it is able to identify the performance issue quickly.
    1. Can sort according to any column.
    1. Can open Visual Studio and identify the source code by double clicking the log item, only if there is a source filename and line number in logs.

Log Configuration

  • 1.Sample file Standard-SpringBoot.ini , the log file is spring log demo, can get logs from multi servers by distributed shell .
  • 2.COMMON
    • REGULAR : defines the regular expression for a log. Regex Match Tracer is recommended for writing and validating RegEx.
    • TIME_FORMAT : define the date and time format, now only support 4 format(ref sample).
  • 3.REGMAP : define the regular result and log part's correspondence.
  • 4.LEVELMAP: define the log level's correspondence.

Use Regex Match Tracer to analyze and edit regular configurations

TODO

  • Support pipe source, and so it can support real-time log(tail -f xxx | adb logcat | idevicelogsys | etc.)

Main UI

main

logviewer's People

Contributors

fishjam avatar fishjam-test avatar qazishuaib avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.