Output per test Case

Hallo all,

I am using gradle with Junit framework for testing and i have a customer requirment to make the logs of each test case seperatly and i have done by Parameters Runner and create new log instance per test case but my problem that when i build that on Jenkins i see all test case in one standard output in other words i click on test case and i get the test log for all test cases but the wish that the log will be for the test case that mean i will click on the test case on jenkins then i will get the out put of this test case

I have no idea how i can do that ?? is the report style can help in this case ??How to write on system-out for the test case ??
I have no idea how i can do that ?? is the report style can help in this case ??How to write on system-out for the test case ??