EDevTools LogViewer 1.0.0
7
0
Categories:
The EDevTools LogViewer is a plugin that shows java.util.logging messages in an Eclipse view (multiple at same time possible), while it reads the log entries from file or a configurable socket.
Currently Avaiable Features
Backend
- Support for reading logs from
- Sockets (reading while created)
- The port is configurable by a wizard
- Files (reading while created and read after full creation)
- Sockets (reading while created)
- Understands logs from
- Java Util Logging as of JDK 1.4
- Only output from XMLFormater
- Java Util Logging as of JDK 1.4
- Reading from the sources can be started and stopped to held anwanted log entries away from the view
Frontend
- It is possible to open multiple views, each displaying another log source
- Each entry is colored in a color according to the log level
- An detail view for a single entry opens by a double click on the entry in log table view
- The detail view also shows the level in an appropriate color (same as in table view)
- A comfortable wizard for selecting the input source and format and configuring its options
Additional Details
- Version Number: 1.0.0
- Eclipse Versions: 3.3, 3.4, 3.5
- Organization: Eclipse Developer Tools Project
- Date Created: 17/08/2009
- Date Updated: 02/12/2009
- Development Status: Production/Stable
- License: Free EPL
- Submitted by: C. Graupner

