NTail:
Log file 'tail' plugin for Eclipse. Features include:
multiple, independent view instances can be open at the same time
each view instance can host multiple log tail viewers
...
Dealing with a heap of SIP logs to pin point a certain call might sometimes be a difficult journey. Interesting tools such as sipworkbench or sipx viewer already expose some functionalities to extr...
A console replacement for viewing logs. During the development process, it is common for developers to print log output on the console. Typically, the developer will also customize the format of th...
Jump to code is integration of OtrosLogViewer with Eclipse IDE. If log event contains stack trace user can move mouse on selected stack element and click on it. IDE will open java class at selected...
Set of small, but useful, features to Eclipse that I develop for my personal needs.
Features
Copy Path
Copies the path of file or folder to the clipboard in Eclipse's Package Explorer/Naviga...
What
jelp is an eclipse plugin to automatically create log statements in existing java code.
Dependency
Currently, jelp only works with slf4j logging framework.
More Info
https://thodelu.b...
An embedded system is a computer system with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints.
This extension contains a serial li...
A hardware description language (HDL) is a specialized computer language used to describe the structure and behavior of electronic circuits, and most commonly, digital logic circuits. Probably the ...
This extension combines a set of readers for logging formats. You find readers for the standardised Log4j xml 1.2 format, a pattern reader were users can define their own pattern definitions using ...
The sigrok project provides a software set that enables various aquisition device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hyg...
If you are using Eclipse Scout and you have libraries inside your Scout application that require log4j, you may want to use this logging bridge instead of the log4j implementation. It will redirect...
Eclipse Trace Compass is an open source application to solve performance and reliability issues by reading and analyzing logs or traces of a system. Its goal is to provide views, graphs, metrics, a...
XRebel is a developer tool that improves the development and debugging process. It gives you real time insight into your application, such as IO query executions, method timings and logs. This help...
GrepClipse is an easy way to filter an Eclipse console's content, or a file in the file system, through a regular expression as you'll do it on a *nix console through the commands grep -n [regexpr]...
What
jelp is an eclipse plugin to automatically create log statements in existing java code.
Dependency
Currently, jelp only works with slf4j logging framework.
More Info
https://thodelu.b...
Java logging viewer is available as a plugin for Eclipse IDE.
Supported logging systems:
logback v1.x
log4j v1.x
log4j v2.x
Main features:
Receiving logs via socket
Quick filtratio...
Log4E is free since version 2.0.0! Log4E is an Eclipse Plugin which helps you to set up your logger easily in Java Projects. It assists you in several tasks: logger declaration, logger Insertions a...
A console replacement for viewing logs. During the development process, it is common for developers to print log output on the console. Typically, the developer will also customize the format of th...
Inserts java.util.logging-based logging code into class files. Where and what is inserted is controlled by rules that can be specified through annotations and a project properties page.
LogSaw is a high-performance log file viewer based on the Eclipse platform and powered under the hood by the fabulous Apache Lucene search engine.
Handles log files of almost unlimited size
F...
Eclipse Plug-in for tailing log files and eclipse consoles (e.g. SVN, Java Stack Trace, CDT), including syntax coloring with either a regular expression or a word match. It allows you to have multi...