Has it been considered the option of expanding the library so that instead of using directly the logger to a TextWriter, a transaction history could instead be stored in the simulation, which then can be in return used for outputting to the textwriter, or passing the transaction objects to a different client who can then parse it directly, rather than having to process the logger text?
Has it been considered the option of expanding the library so that instead of using directly the logger to a TextWriter, a transaction history could instead be stored in the simulation, which then can be in return used for outputting to the textwriter, or passing the transaction objects to a different client who can then parse it directly, rather than having to process the logger text?