Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18846

Java open soure log viewer - OtrosLogViewer

Newsgroups comp.lang.java.programmer
Date 2012-09-19 03:00 -0700
Message-ID <fe7135d4-7563-4e97-8baa-528b8b305b74@googlegroups.com> (permalink)
Subject Java open soure log viewer - OtrosLogViewer
From Krzysztof <krzysztof.otrebski@gmail.com>

Show all headers | View raw


Hi. I'have creted opens source (apache license) log viewer: http://code.google.com/p/otroslogviewer/
Main features are:
- Loading logs from remote servers using ftp, sftp, ssh, samba and others (supported file systems)
- Tailing logs from local disk and sftp
- Decompressing "gziped" logs on the fly
- Parsing custom log patterns
- Log events searching using regular expression
- Log filters
- Pluginable log filters
- Log highlightings
- Automatic log highlightings based on string match, regular expression or custom Java code
- Pluginable log details formatters and colorizers (i.e. SOAP message)
- Pluginable log highlightings
- Pluginable log parsers
- Listening on a socket
- Adding notes to log event
- Saving/loading log investigation (with added marks and notes) 

JDK logging formats and Log4j XmlLayout are supported. Additionally custom log pattern can be defined: http://code.google.com/p/otroslogviewer/wiki/Log4jPatternLayout

This youtube video show how to connect to Log4j socket hub appender and SOAP formatting looks like: http://www.youtube.com/watch?v=ESCa-X8l4OE&hd=1

Screenshots: http://code.google.com/p/otroslogviewer/wiki/Screenshots

I hope you will enjoy!
I will be thankful for feedback.


I will be thankfull for feedback.

Back to comp.lang.java.programmer | Previous | Next | Find similar | Unroll thread


Thread

Java open soure log viewer - OtrosLogViewer Krzysztof <krzysztof.otrebski@gmail.com> - 2012-09-19 03:00 -0700

csiph-web