package alma.acs.logging;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Future;
import java.util.logging.LogRecord;
/**
* Test log queue that allows verification of calls to log
and flush
.
*
* Actually this class does not support any of the special features of DispatchingLogQueue.
* It will not even forward the log record to it.
* It only extends DispatchingLogQueue because AcsLoggingHandler requires a DispatchingLogQueue in the ctor
* and I see no big advantage in refactoring this.
*/
class TestLogQueue extends DispatchingLogQueue {
public int nFlush;
public List