jecisc / TinyLogger

A really small logger for Pharo applications.
MIT License
14 stars 7 forks source link

Add `open` method that open the logs in the dedicated windows #42

Closed badetitou closed 2 years ago

badetitou commented 2 years ago

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.