If I am extending an existing ThreadFactory implementation, how would I go able ensuring that all threads created would have the same prefix? I'm sick and tired of looking at Thread-9
in my logs and would like to distinguish between threads more easily.
Does anyone have any suggestions as to how to go about this?