May 2018
Intermediate to advanced
328 pages
8h 15m
English
Write a class that enables components running in different threads to safely print log messages to the console by synchronizing access to the standard output stream to guarantee the integrity of the output. This logging component should have a method called log() with a string argument representing the message to be printed to the console.
Read now
Unlock full access