Ruslan Diachenko

Results 31 comments of Ruslan Diachenko

'Beagle' log viewer: http://logback.qos.ch/beagle/

Chainsaw v2 (http://logging.apache.org/chainsaw/) Features which seemed interesting: 1. Logger panel represented as a tree structure. Here is an example of options for each node: -> Expand branch -> Collapse branch...

LogView4J (http://logview4j.sourceforge.net/) Features which seemed interesting: 1. A very intuitive and simple GUI 2. Supports sorting by date time, log level, category and message body 3. Highlighter for marking rows...

Log4j Viewer (http://sourceforge.net/projects/log4jviewer/) Features which seemed interesting: 1. Opens text log files using 'Layout conversion pattern' 2. Simple but rich filtration system (see screenshot) ![log4jviewerfilterdialog](https://f.cloud.github.com/assets/875939/1677057/ff1372ac-5d22-11e3-9079-7a54a9614fb5.png)

Analyze the following log-viewers: - [glogg](http://glogg.bonnefon.org/) - [Legit Log](http://www.legitlog.com/) - [ReflectInsight](http://insightextensions.codeplex.com/) - [LogMX](http://www.logmx.com/) - [otroslogviewer](https://code.google.com/p/otroslogviewer/) - [Chainsaw](http://logging.apache.org/chainsaw/) - [Log4j Viewer](http://sourceforge.net/projects/log4jviewer/) - [LogView4J](http://logview4j.sourceforge.net/) - [LowSaw](http://logsaw.sourceforge.net/) - [log2web](http://log2web.sourceforge.net/index.html) - [Logback-beagle](http://logback.qos.ch/beagle/) - [Lilith](http://lilith.huxhorn.de/)

We could try to test/emulate server/client communication by using jetty: http://www.eclipse.org/jetty/documentation/current/

Reported by @romani, Mar 2, 2011 It will be useful to have separate view in Eclipse, but provided by your plugin, to convert user small chunk of hibernate log to...

moradan228 Please make sure that this view will work correctly with two cases: 1. Only a subset of binding parameters is present in logs (e.g. custom user defined hibernate types...

moradan228 There is one more issue with displaying returned parameters: Consider the following string: [12:41:18:385][YesNoType][DEBUG]: returning 'false' as column: applied20406_0_ The log says that it returned 'false' for the YesNoType...

Use tycho configuration for running tests: http://wiki.eclipse.org/Tycho/FAQ