Giter Site home page Giter Site logo

logviewer's Introduction

中文用户请点击 中文说明

LogViewer

  • This is a general log viewer. It can parse the log files by provide regular expression configuration.
  • Support 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.After config the regular expression(REGULAR) in ini configuration files, and set the result map in REGMAP, then can analyze and display the log files.
  • 2.Can filter the log according machine/Process Id/Thread Id, log level, log text etc.
  • 3.Can calculate and get the elapse from the same thread of adjacent logs, so can identify the performance issue quickly.
  • 4.Can sort according any column .
  • 5.Can open Visual Studio and identify the source code by double click the log item, if there is 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 regular expressions.
    • 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.

TODO

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

Main UI

main

logviewer's People

Contributors

fishjam avatar fishjam-test 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.