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


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

Java open soure log viewer - OtrosLogViewer

Started byKrzysztof <krzysztof.otrebski@gmail.com>
First post2012-09-19 03:00 -0700
Last post2012-09-19 03:00 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.programmer


Contents

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

#18846 — Java open soure log viewer - OtrosLogViewer

FromKrzysztof <krzysztof.otrebski@gmail.com>
Date2012-09-19 03:00 -0700
SubjectJava open soure log viewer - OtrosLogViewer
Message-ID<fe7135d4-7563-4e97-8baa-528b8b305b74@googlegroups.com>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web