Currently the LogBuffer is local to each logger, we want to change this so that there is only one instance of the LogBuffer that holds all the logs from the different loggers so that the logs appear in the expected sequence. Instead of dumping all of the logs from one specific logger at a time.
Currently the LogBuffer is local to each logger, we want to change this so that there is only one instance of the LogBuffer that holds all the logs from the different loggers so that the logs appear in the expected sequence. Instead of dumping all of the logs from one specific logger at a time.