I’ve written a program that consists of 3 threads: 2 threads that do something useful, and the 3rd to print the progress to the console. Does a progress-printing thread have a specific name, and if so, what name does it have?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would probably just call it ‘logging’, after all, the console output could easily be redirected into a file.