logger
logger copied to clipboard
fix: LoggerPrinter ConcurrentModificationException
LoggerPrinter will throw java.util.ConcurrentModificationException when LoggerPrinter.log() and LoggerPrinter.addAdapter()/LoggerPrinter.clearLogAdapters() invoke in different thread at the same time。