Morteza Adigozalpour

Results 3 issues of Morteza Adigozalpour

I've tried Logback-decoder and found it very interesting; however it cannot parse some log files. for instance here is my logger layout %d %X{serverId} %X{user} %X{requestId} %-5level %logger - %msg%n%ex{short}...

``` @Test public void test() throws Exception { JarClassLoader jcl = new JarClassLoader(); //adding Test.jar (consist of com.google.at.mortezaadi.Sample) //to JCL jcl.add("test/Test.jar"); // insuring JCL can load the class Class loadedClass...