Giter Site home page Giter Site logo

lovepika / cjlv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from missdeer/cjlv

0.0 0.0 0.0 14.87 MB

Cisco Jabber Log Viewer

Home Page: https://missdeer.github.io/cjlv/

License: GNU General Public License v3.0

C++ 93.31% C 0.02% Objective-C++ 0.45% QML 1.90% QMake 2.24% Inno Setup 1.50% VBScript 0.58%

cjlv's Introduction

Cisco Jabber Log Viewer

Platform Status
Windows Build status
macOS Build Status

GitHub Releases Github All Releases Download Count License

As mentioned by name, this is an easy to use tool for reading logs generated by Cisco Jabber.

Features

  • Support reading raw log files(such as jabber.log, jabber.log.1, jabber.log.2, jabber.log.3, jabber.log.4, jabber.log.5), folders contains raw log files, zip package of PRT
  • Presence view, shows someone's presences separated by resources
  • Stanza only search scope options
  • Drag & Drop to open logs
  • Open PRT via PRT Tracking System URL, eg. http://prt.jabberqa.cisco.com/#/conversations/58f5dbc106202b308d000004
  • Open PRT via Jabber Win PRT website(http://jabber-prt.cisco.com/ProblemReportTriageTool/#), eg. 65766
  • Open specified rows in new tab
  • Quick keyword/regexp filter
  • Indented format XML of stanza preview
  • source file/code line preview
  • raw log file view
  • Extension architecture to support complex filters, such as SQL WHERE clause, Lua extends match() function etc.
  • Windows/macOS supported

Search Syntax

  • search as SQL '%keyword%' by default

  • could search as Regexp mode by checking Regexp Mode menu item, it's expected to be compatible with PCRE syntax

  • search in one column per operation, the column name is displayed in search edit box, and it could be changed by select menu item in Find - Search Field

  • shortcut select Search Field by putting prefix in keyword, for example: m>enforce to search keyword 'enforce' in column method, abbreviation prefix list is shown in table:

    Field Single Char Abbreviation Long Form Abbrevation
    ID i id
    Date Time d datetime (2 or more leading characters)
    Level v level (2 or more leading characters)
    Thread t thread (2 or more leading characters)
    Source File s source (2 or more leading characters)
    Category a category (2 or more leading characters)
    Method m method (2 or more leading characters)
    Content c content (2 or more leading characters)
    Log File f logfile (2 or more leading characters)
    Line l line (2 or more leading characters)
  • Notice: shortcut will overwrite menu item settings.

  • shortcut enable/disable regexp mode search: r>keyword, !r>keyword

  • shortcut Search Field and Regexp mode can be used together, for example: m:r>keyword

Screenshots

Main Window

Presence View

Source Code Browse

Formatted XML

Rich Context Menu

Extension Menu

Extension Edit

Preference Dialog

Build From Source

Dependency

  • Python
  • Boost
  • Qt 5.12 or higher

Build Steps

  • Clone repository: git clone --recursive https://github.com/missdeer/cjlv.git
  • Set Boost path to environemnt if your Boost is not in common search path: set BOOST_ROOT=$HOME/Boost
  • Generate Scintilla Qt wrapper source files: cd 3rdparty/scintilla/qt/ScintillaEdit && python WidgetGen.py
  • Open cjlv.pro by Qt Creator, then build it.

cjlv's People

Contributors

imgbotapp avatar missdeer 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.