Hello all
i have done
java application that invoking some stuff this application is multithread
now i like to print to log every time some application has invoked my application api
the current
thread id , so then i could grep in logs the flow by thread id .
how can it be done in java to get the current thread id ?