I added the abstract open method on TinyLeafLogger logger.
Sending open to a TinyLeafLogger open the tool that allows one to visualize the logs.
For the Transcript, it opens a Transcript
For the file, it opens a terminal that prints the logs of the file continuously.
I created a TinyOpenTerminalVisitor to deal with Windows / Mac / Linux differences. Currently, only Windows is supported.
I would accept the PR with only Window supported and add more support in the futur.
I added the abstract
open
method onTinyLeafLogger
logger. Sendingopen
to a TinyLeafLogger open the tool that allows one to visualize the logs.For the Transcript, it opens a Transcript
For the file, it opens a terminal that prints the logs of the file continuously. I created a
TinyOpenTerminalVisitor
to deal with Windows / Mac / Linux differences. Currently, only Windows is supported. I would accept the PR with only Window supported and add more support in the futur.