Implementation of Logger Client have below 3 methods --->
- Start a processId for given timestamp---- void start(String processId, long timeStamp);
- End a processId for given timestamp --- void end(String processId, long timestamp);
- Poll mechanism to fetch latest message ---- String poll();
Output --->
- {3} process started at {7} and ended {15}
- {2} process started at {8} and ended {12}
- {1} process started at {12} and ended {15}