lilith
lilith copied to clipboard
Lilith is a Logging- and AccessEvent viewer for Logback, log4j, log4j2 and java.util.logging
[Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options). Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry...
[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...
When I re-run the same application or source, I expect Lilith to remember the filters I had open from the previous run. Right I have to re-enter the filter every...
I want to use the same log configuration for different log viewers, but cannot change the ports to listen to. Neither in Logback Beagle nor in Lilith. Why do all...
Hi huxi, New idea to consider: --> Ability to manage User Profiles predefined view For example all views display only show messages with Level> = XXX or for specific views...
Can we have a preferences settings for display text size in Table view ? Type of font (Arial,Tahoma,verdana,..etc) would be appreciate as a new settings too
Hi, Are there plans to support logback 1.4.1, slf4j 2.0.1, etc? log4j will soon release a log4j-slfj2-impl lib too.